[Webkit-unassigned] [Bug 111307] div.classList.add('a', 'a') creates duplicate entries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 4 13:18:23 PST 2013


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





--- Comment #1 from Michał Z. Gołębiowski <m.goleb+bugzilla at gmail.com>  2013-03-04 13:20:48 PST ---
One result of this issue is that results of invoking:

div.classList.add(sth1, sth2);

and:

div.classList.add(sth1);
div.classList.add(sth2);

are different, which is unintuitive.

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


More information about the webkit-unassigned mailing list