[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:21:14 PST 2013


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





--- Comment #2 from Michał Z. Gołębiowski <m.goleb+bugzilla at gmail.com>  2013-03-04 13:23:39 PST ---
(In reply to comment #1)
> 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.

Correction: results CAN be different, not ARE different, of course.

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