Re: [dom] DOMTokenList#toggle: don't treat everything non-undefined as true (#64)

Oh, and to be clear what IDL does for an `optional boolean` argument is the following:

    undefined -> "not passed"
    Any other value "arg" -> ToBoolean(arg)

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/64#issuecomment-135848856

Received on Friday, 28 August 2015 18:04:51 UTC