On Wed, Jul 22, 2009 at 6:07 PM, Anne van Kesteren<[email protected]> wrote: > On Mon, 13 Jul 2009 05:16:19 +0200, Ian Hickson <[email protected]> wrote: >> I've clarified that DOMTokenList is always case-sensitive. We don't want >> to be adding more quirk-mode behaviours. Using quirks mode is not >> conforming (i.e. it's not a supported behaviour). > > Implementation-wise that does not seem nice if you want to use the same > optimized object when dealing with style sheets or getElementsByClassName().
Actually for the Mozilla implementation, it's simpler to have it case sensitive (that's not a big difference though). I don't know if that could be more of an issue in other implementations. Sylvain
