Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 364898

Summary: Style for elements with "_" is not visible
Product: z_Archived Reporter: Florian Thienel <florian>
Component: MylynAssignee: Project Inbox <vex.core-inbox>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 1.0.0 M8   
Hardware: All   
OS: All   
Whiteboard:

Description Florian Thienel CLA 2011-11-26 15:25:13 EST
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;
}
Comment 1 Florian Thienel CLA 2011-12-09 17:42:11 EST
With Batik CSS 1.7, the rules are parsed correct (see bug 341961).