Closed
Bug 236714
Opened 22 years ago
Closed 22 years ago
css parsing of at-rules should be case sensitive
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
VERIFIED
INVALID
People
(Reporter: caillon, Assigned: caillon)
Details
Attachments
(2 files)
|
299 bytes,
text/html
|
Details | |
|
2.22 KB,
patch
|
Details | Diff | Splinter Review |
CSS identifiers are case sensitive, and I can't find anything which allows
parsing at rules as case insensitive. Correct me if I'm wrong, but I believe
this to be a bug in our implementation. Patch forthcoming.
| Assignee | ||
Comment 1•22 years ago
|
||
| Assignee | ||
Comment 2•22 years ago
|
||
Comment 3•22 years ago
|
||
<http://www.w3.org/TR/2004/CR-CSS21-20040225/syndata.html#q6>:
> All CSS style sheets are case-insensitive, except for parts that are not under
> the control of CSS.
-> INVALID
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
| Assignee | ||
Comment 4•22 years ago
|
||
Hmm, its late, and I'm feeling a bit under the weather. Maybe I should go to bed.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•