[Bug 20104] Algorithm for DOMTokenList.add seems wrong if tokens are present multiple times in the list

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

Anne <annevk@annevk.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arv@chromium.org,
                   |                            |ian@hixie.ch,
                   |                            |ojan@chromium.org

--- Comment #4 from Anne <annevk@annevk.nl> ---
Would there be a problem with changing the model of DOMTokenList to an ordered
set instead?

The moment you start modifying class="" through DOMTokenList, class="" would
simply become a simple serialization of DOMTokenList rather than preserving all
the things it tries to do now.

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

Received on Wednesday, 28 November 2012 11:40:53 UTC