Re: [dom] DOMTokenList hook to validate added token is in a supported set of keywords (#103)

> @@ -8810,6 +8832,7 @@ method, when invoked, must run these steps:
>    <ol>
>     <li><p>If <var>force</var> is passed and is false, return false.
>  
> +   <li><p>Otherwise, run <a>validation steps</a> with <var>token</var>. If the return value is false, return false.

This needs to be followed by a newline. Also, here and elsewhere text is not wrapped at 100 columns.

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

Received on Tuesday, 10 November 2015 09:47:02 UTC