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

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

--- Comment #9 from Marat Tanalin | tanalin.com <mtanalin@yandex.ru> 2012-03-03 12:44:26 UTC ---
(In reply to comment #8)
> FYI: My tentative plan is to resolve this by doing the simplest thing possible.
> Extend add() and remove() to take a space-separated string.

Thanks, that's nice. And how about also supporting Array as argument? Ability
to pass multiple items as Array (native data-type to store multiple items)
looks very natural and intuitive.

-- 
Configure bugmail: https://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 Saturday, 3 March 2012 12:44:29 UTC