Skip to content

Commit

Permalink
Fix w3c#93: drop 'unenumable' for 'supported property names'.
Browse files Browse the repository at this point in the history
Since 'unenumable' keyword is not valid in new WebIDL spec,
remove the reference in DOM spec.
  • Loading branch information
Yongsheng Zhu authored and yongsheng committed Feb 17, 2017
1 parent e703217 commit eb81901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/nodes.include
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ interface HTMLCollection {

<p>The <dfn id="htmlcollection-item-func" for="HTMLCollection"><code>item(<var>index</var>)</code></dfn> method must return the <var>index</var>th <a>element</a> in the <a>collection</a>. If there is no <var>index</var>th <a>element</a> in the <a>collection</a>, then the method must return null.

<p>The <a>supported property names</a>, all <a>unenumerable</a>, are the values from the list returned by these steps:
<p>The <a>supported property names</a> are the values from the list returned by these steps:

<ol>
<li><p>Let <var>result</var> be an empty list.
Expand Down

0 comments on commit eb81901

Please sign in to comment.