Skip to content

Commit

Permalink
We replaced ArrayClass with iterable<> a while back but I forgot abou…
Browse files Browse the repository at this point in the history
…t this warning
  • Loading branch information
annevk committed Nov 19, 2014
1 parent 2b76ab8 commit 81ff98b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions Overview.src.html
Expand Up @@ -2171,13 +2171,6 @@ <h5>Interface <code>NodeList</code></h5>
iterable&lt;<span>Node</span>>;
};</pre>

<div class=impl>
<p class=warning>It is unclear if it will be possible to turn
<code>NodeList</code> into an <code title>ArrayClass</code> interface.
<a href="http://code.google.com/p/chromium/issues/detail?id=229398">Experimentation</a>
is planned by the Chromium project.
</div>

<dl class=domintro>
<dt><var title>collection</var> . <code title=dom-NodeList-length>length</code>
<dd>
Expand Down
7 changes: 0 additions & 7 deletions dom-core.html
Expand Up @@ -2250,13 +2250,6 @@ <h5 id="interface-nodelist"><span class="secno">4.2.7.1 </span>Interface <code><
iterable&lt;<a href="#node">Node</a>&gt;;
};</pre>

<div class="impl">
<p class="warning">It is unclear if it will be possible to turn
<code><a href="#nodelist">NodeList</a></code> into an <code title="">ArrayClass</code> interface.
<a href="http://code.google.com/p/chromium/issues/detail?id=229398">Experimentation</a>
is planned by the Chromium project.
</div>

<dl class="domintro">
<dt><var title="">collection</var> . <code title="dom-NodeList-length"><a href="#dom-nodelist-length">length</a></code>
<dd>
Expand Down

0 comments on commit 81ff98b

Please sign in to comment.