- From: Yoav Weiss <notifications@github.com>
- Date: Thu, 26 Nov 2015 00:44:37 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Thursday, 26 November 2015 08:45:07 UTC
So I went over the HTML spec and picked up all the relevant attributes. DOMTokenList: -------------------- `classList` `a.relList` `area.relList` `link.relList` DOMSettableTokenList: -------------------------------- `output.htmlFor` `tablecell.headers` `element.dropZone` `link.sizes` `a.ping` `iframe.sandbox` `area.ping` As far as I can tell we can split them into: * Need "supported tokens" - `link.relList`, `iframe.sandbox`, `element.dropZone`, `a.relList`, `area.relList` * Will never ever need "supported tokens" - `classList`, `link.sizes`, `tablecell.headers`, `output.htmlFor`, `a.ping`, `area.ping` Does that make sense? --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/114#issuecomment-159849197
Received on Thursday, 26 November 2015 08:45:07 UTC