Closed
Bug 1007
Opened 26 years ago
Closed 26 years ago
class=foo needs to be case insensitive, I think
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Tracking
()
VERIFIED
INVALID
People
(Reporter: kipp, Assigned: peterl-retired)
References
Details
according to the css spec, most rules are case insensitive (see 4.1.3 in the css
spec) except where outside of control of the css2 spec (like html's id/class
attributes). I dug around in the html4.0 spec and couldn't find a resolution on
this so I guess you need to dig furthur :-(
However, some test cases I've been seeing from the www.webstandards.org lead me
to believe otherwise. You might be able to get some info out of Sue Sims
<sjacct@worldnet.att.net>
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 1•26 years ago
|
||
According to the CSS spec, the case sensitivity of class if defined by HTML
(like ID).
According to HTML4.0 spec, class is case sensitive. See
http://www.w3.org/TR/REC-html40/struct/global.html#adef-class, the [CS] means
case-sensitive.
You need to log in
before you can comment on or make changes to this bug.
Description
•