Re: [whatwg/dom] Future for unique tokens in DOMTokenList (#201)

So, per DOM, it's wrong: setting `classList` should [PutForwards=value] and directly set `class` content attribute to passing value " a a b ", but here I see "a b ". But at least tokens in set are correct.
https://dom.spec.whatwg.org/#dom-domtokenlist-value
This behaviour fianlly cames from merging DOMSettableTokenList into DOMTokenList https://github.com/whatwg/dom/issues/119 

---
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/201#issuecomment-208049965

Received on Sunday, 10 April 2016 19:42:16 UTC