[Bug 27114] DOMTokenList and DOMSettableTokenList should be constructible

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

Boris Zbarsky <bzbarsky@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu

--- Comment #1 from Boris Zbarsky <bzbarsky@mit.edu> ---
Fwiw, the internal tokenlist constructor in Gecko takes an element and an
attribute name.  Then again, it also relies on the attribute itself treating
the attribute as a list of whitespace-separated tokens, so generalizing it to
arbitrary attributes without loss of performance would probably require a
separate implementation for those arbitrary attributes.

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

Received on Monday, 20 October 2014 21:12:49 UTC