[Bug 13999] DOMTokenList (e.g., element.classList): allow to add/remove multiple tokens at once

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13999

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian@hixie.ch,
                   |                            |www-dom@w3.org
          Component|LC1 HTML5 spec (editor: Ian |DOM Core
                   |Hickson)                    |
         AssignedTo|ian@hixie.ch                |annevk@opera.com
            Product|HTML WG                     |WebAppsWG
          QAContact|public-html-bugzilla@w3.org |member-webapi-cvs@w3.org

--- Comment #7 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-09-27 19:48:14 UTC ---
The question is whether it is slower by any sort of relevant measure. One CPU
cycle slower, for example, really seems irrelevant for a function such as this.
But if each call takes 10 seconds, that's a big deal.

The reflow thing is definitely not an issue. Nothing happens of that nature
until the scripts have ended.

Anyway, DOMTokenList is no longer my problem. ->DOM Core.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 27 September 2011 19:48:21 UTC