Community
Participate
Working Groups
Style rules for elements with an underscore ("_") in their name are not visible. Rules with wildcards for example, that also apply to those elements, are visible. With the following style sheet, the element_with_underscore will be shown as block: * { display: block; } element_with_underscore { display: inline; }
With Batik CSS 1.7, the rules are parsed correct (see bug 341961).