- From: ArkadiuszMichalski <notifications@github.com>
- Date: Sun, 10 Apr 2016 12:41:48 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Sunday, 10 April 2016 19:42:16 UTC
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