- From: <bugzilla@jessica.w3.org>
- Date: Fri, 23 May 2014 06:49:05 +0000
- To: public-webapps-bugzilla@w3.org
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