[Bug 25869] DOMClassList.toggle 'force' parameter is "wonky API design"

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

Anne <annevk@annevk.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arv@google.com,
                   |                            |glenn@zewt.org,
                   |                            |ian@hixie.ch, mjs@apple.com

--- Comment #1 from Anne <annevk@annevk.nl> ---
This is shipping in browsers. E.g. try

<script>
document.body.classList.toggle("test", false);
document.body.classList.toggle("x", true); 
</script>

in Live DOM Viewer or some such. Seems like a pain to change now.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 23 May 2014 06:49:07 UTC