Re: [dom] Spec for DOMTokenList stringifier disagrees with every single implementation (#105)

@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