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)

x86
Windows NT
defect

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>
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
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.
Marking Verified/Invalid
Status: RESOLVED → VERIFIED
*** Bug 29732 has been marked as a duplicate of this bug. ***
*** Bug 64915 has been marked as a duplicate of this bug. ***
*** Bug 72508 has been marked as a duplicate of this bug. ***
You need to log in before you can comment on or make changes to this bug.