Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 364898 - Style for elements with "_" is not visible
Summary: Style for elements with "_" is not visible
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 1.0.0 M8   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-26 15:25 EST by Florian Thienel CLA
Modified: 2011-12-09 17:42 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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).