[Bug 27114] DOMTokenList and DOMSettableTokenList should be constructible

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27114

--- Comment #3 from Boris Zbarsky <bzbarsky@mit.edu> ---
> It seems from the code that it's fairly generic and will just split on
> whitespace for whatever attribute you give it.

Some parts of it: the ones that are supposed to change the whitespace setup in
the attribute (largely AddInternal/RemoveInternal).

Other parts rely on the attribute parsing that happens by default.  For
example, contains() relies on the attribute being pre-parsed into a token
array.  So does the length getter, the indexed getter,

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 20 October 2014 22:07:32 UTC