Re: [whatwg/dom] DOMTokenList.remove() can add an attribute (#462)

Also, ```replace('non-existent-token', 'foo')``` and ```toggle('non-existent-token', false)``` should add an empty attribute according to the current specification. Neither of Safari nor Firefox adds it.


-- 
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/462#issuecomment-303581491

Received on Wednesday, 24 May 2017 00:40:49 UTC