Closed
Bug 518801
Opened 16 years ago
Closed 16 years ago
CSS class named "1" doesn't work properly
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: elhaim, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; es-ES; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; es-ES; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3
If you write a CSS style sheet with some code like p.1 { ... } and you want to use it as <p class="1">...</p> it'll not be properly handled
Reproducible: Always
Comment 1•16 years ago
|
||
See http://www.w3.org/TR/CSS2/syndata.html 2nd bullet.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
Comment 2•16 years ago
|
||
actually http://www.w3.org/TR/CSS2/syndata.html#characters 2nd bullet.
You need to log in
before you can comment on or make changes to this bug.
Description
•