Re: [dom] Add a validation step when a new DOMTokenList is created (#107)

> @@ -8606,7 +8606,7 @@ associated <a>attribute</a>'s <a for=Attr>local name</a>.
>  <var>token</var> are:
>  
>  <ol>
> - <li><p>If the associated attribute's <a for=Attr>local name</a> does not define <a>supported
> + <li><p>If the associated <a>attribute</a>'s <a for=Attr>local name</a> does not define <a>supported
>   tokens</a>, return true.

Last nit, no breaking inside of a single element. (HTML does it, but try to avoid it as it makes search & replace harder than it needs to be.)

With that fixed, if you rebase/squash, I'll land this.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/107/files#r44761058

Received on Friday, 13 November 2015 08:56:33 UTC