Bug 97334
Summary: | DOM4: DOMTokenList should always be case sensitive | ||
---|---|---|---|
Product: | WebKit | Reporter: | Erik Arvidsson <arv> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | Keywords: | WebExposed |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://dom.spec.whatwg.org/#domtokenlist |
Erik Arvidsson
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Erik Arvidsson
It was always case sensitive. I got it backwards