Skip to content

Commit

Permalink
DOMTokenList's supports() takes a single token
Browse files Browse the repository at this point in the history
Pointed out in
ff4f0e8
8f73b#commitcomment-15087264 by @ArkadiuszMichalski. Thank you!
  • Loading branch information
annevk committed Jan 1, 2016
1 parent 9c26c6d commit a97debc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 248 deletions.
2 changes: 1 addition & 1 deletion dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -8769,7 +8769,7 @@ method, when invoked, must run these steps:
</ol>

<p>The
<dfn method for="DOMTokenList" lt="supports(token)"><code>supports(<var>token</var>&hellip;)</code></dfn>
<dfn method for="DOMTokenList" lt="supports(token)"><code>supports(<var>token</var>)</code></dfn>
method, when invoked, must run these steps:

<ol>
Expand Down
Loading

0 comments on commit a97debc

Please sign in to comment.