Re: [whatwg/dom] Could toggleAttribute set the attribute name? (#668)

Part of me thinks this is a really bad idea given that:
`<input type="checkbox" checked  id="thing" />`

`document.getElementById("thing").getAttribute("checked") === ""`

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/668#issuecomment-406610710

Received on Friday, 20 July 2018 14:05:44 UTC