[Webkit-unassigned] [Bug 20709] WebKit should support classList

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 12 16:26:36 PDT 2009


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


arv at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arv at chromium.org




------- Comment #1 from arv at chromium.org  2009-05-12 16:26 PDT -------
I'm interested in working on this.

How are CSS class names stored internally? For example if the class attribute
is set to "a b c" is this stored as "a b c" or is it stored as a set with "a",
"b" and "c"? If the former, is it worth changing it to a set internally in the
case classList is accessed? The number of class names is usually pretty small
(less than 10 in most cases) so maybe a vector is enough.


-- 
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