- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 12 Nov 2015 10:15:13 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Thursday, 12 November 2015 18:15:50 UTC
@ArkadiuszMichalski what do you mean, browsers don't do it? `<script>document.head.classList.add("x","y")</script>` in Live DOM Viewer clearly shows an attribute being added with as its value the tokens serialized. No plans for exposing set serializing in some other way. And if you only use the `DOMTokenList` object to manipulate the attribute there shouldn't be a difference. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/105#issuecomment-156188296
Received on Thursday, 12 November 2015 18:15:50 UTC