Closed
Bug 273689
Opened 20 years ago
Closed 20 years ago
firefox cannot handle numeric stylesheet selectors
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mozilla, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Firefox 1.0 (and Mozilla 1.7.3) cannot handle stylesheet selectors that are numeric. Opera and IE do not have this problem. And forgive me if I am wrong, but I don't think the W3C CSS spec states that numeric selectors should not be used. Reproducible: Always Steps to Reproduce: 1.create a page style with a numeric stylesheet selector 2.view the page in firefox Actual Results: styles with numeric selectors are ignored. Expected Results: styles with numeric selectors should display
Comment 1•20 years ago
|
||
CSS2 does not permit starting a class with a digit. http://www.w3.org/TR/CSS21/grammar.html#tokenizer-diffs -> invalid
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•