Bug 97334

Summary: DOM4: DOMTokenList should always be case sensitive
Product: WebKit Reporter: Erik Arvidsson <arv>
Component: DOMAssignee: 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

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