[Webkit-unassigned] [Bug 20709] Implement HTML 5's HTMLElement.classList property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 16 09:01:05 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=20709





------- Comment #7 from aroben at apple.com  2009-06-16 09:01 PDT -------
It looks like DOMTokenList provides a superset of ClassNames's functionality.
Maybe a good way to go about this would be:

1) Rename ClassNames to DOMTokenList and ClassNamesData to DOMTokenListData
2) Expose the current functionality of DOMTokenList to JavaScript and add tests
3) Add the remaining DOMTokenList functionality (add, remove, toggle) and add
tests


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list