Re: [dom] Remove feature detection from add() and add supports() (#123)

> @@ -8555,7 +8556,7 @@ associated <a>attribute</a>'s <a for=Attr>local name</a>.
>  
>  <ol>
>   <li><p>If the associated <a>attribute</a>'s <a for=Attr>local name</a> does not define
> - <a>supported tokens</a>, return true.
> + <a>supported tokens</a>, throw {{TypeError}}.

This should be made consistent.

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

Received on Wednesday, 9 December 2015 18:43:20 UTC