Bug 97334 - DOM4: DOMTokenList should always be case sensitive
Summary: DOM4: DOMTokenList should always be case sensitive
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://dom.spec.whatwg.org/#domtokenlist
Keywords: WebExposed
Depends on:
Blocks:
 
Reported: 2012-09-21 06:43 PDT by Erik Arvidsson
Modified: 2012-09-26 08:53 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Arvidsson 2012-09-21 06:43:36 PDT
In earlier specs the DOMTokenList was case insensitive for quirks mode. This is no longer the case. We can therefore simplify the code a bit.
Comment 1 Erik Arvidsson 2012-09-26 08:53:41 PDT
It was always case sensitive. I got it backwards