[html5] r3408 - [e] (0) fixup some of the domintro blocks for collections
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jul 13 23:33:42 PDT 2009
Author: ianh
Date: 2009-07-13 23:33:40 -0700 (Mon, 13 Jul 2009)
New Revision: 3408
Modified:
index
source
Log:
[e] (0) fixup some of the domintro blocks for collections
Modified: index
===================================================================
--- index 2009-07-14 06:13:43 UTC (rev 3407)
+++ index 2009-07-14 06:33:40 UTC (rev 3408)
@@ -5301,6 +5301,7 @@
</dd>
<dt><var title="">element</var> = <var title="">collection</var> . <code title=dom-HTMLCollection-item><a href=#dom-htmlcollection-item>namedItem</a></code>(<var title="">name</var>)</dt>
+ <dt><var title="">nodeList</var> = <var title="">collection</var> . <code title=dom-HTMLCollection-item><a href=#dom-htmlcollection-item>namedItem</a></code>(<var title="">name</var>)</dt>
<dt><var title="">collection</var>[<var title="">name</var>]</dt>
<dt><var title="">collection</var>(<var title="">name</var>)</dt>
<dd>
@@ -5534,6 +5535,7 @@
</dd>
<dt><var title="">element</var> = <var title="">collection</var> . <code title=dom-HTMLOptionsCollection-item><a href=#dom-htmloptionscollection-item>namedItem</a></code>(<var title="">name</var>)</dt>
+ <dt><var title="">nodeList</var> = <var title="">collection</var> . <code title=dom-HTMLOptionsCollection-item><a href=#dom-htmloptionscollection-item>namedItem</a></code>(<var title="">name</var>)</dt>
<dt><var title="">collection</var>[<var title="">name</var>]</dt>
<dt><var title="">collection</var>(<var title="">name</var>)</dt>
<dd>
@@ -5703,8 +5705,7 @@
<p>Returns null if <var title="">index</var> is out of range.</p>
</dd>
- <dt><var title="">element</var> = <var title="">collection</var> . <code title=dom-HTMLPropertyCollection-item><a href=#dom-htmlpropertycollection-item>namedItem</a></code>(<var title="">name</var>)</dt>
- <dt><var title="">radioNodeList</var> = <var title="">collection</var> . <code title=dom-HTMLPropertyCollection-item><a href=#dom-htmlpropertycollection-item>namedItem</a></code>(<var title="">name</var>)</dt>
+ <dt><var title="">propertyNodeList</var> = <var title="">collection</var> . <code title=dom-HTMLPropertyCollection-item><a href=#dom-htmlpropertycollection-item>namedItem</a></code>(<var title="">name</var>)</dt>
<dt><var title="">collection</var>[<var title="">name</var>]</dt>
<dt><var title="">collection</var>(<var title="">name</var>)</dt>
<dd>
@@ -5712,11 +5713,8 @@
</dd>
<dt><var title="">propertyNodeList</var> . <var title="">content</var></dt>
-
<dd>
-
<p>Returns an array of the various values that the relevant elements have.</p>
-
</dd>
</dl><div class=impl>
Modified: source
===================================================================
--- source 2009-07-14 06:13:43 UTC (rev 3407)
+++ source 2009-07-14 06:33:40 UTC (rev 3408)
@@ -5020,6 +5020,7 @@
</dd>
<dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item">namedItem</code>(<var title="">name</var>)</dt>
+ <dt><var title="">nodeList</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item">namedItem</code>(<var title="">name</var>)</dt>
<dt><var title="">collection</var>[<var title="">name</var>]</dt>
<dt><var title="">collection</var>(<var title="">name</var>)</dt>
<dd>
@@ -5310,6 +5311,7 @@
</dd>
<dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLOptionsCollection-item">namedItem</code>(<var title="">name</var>)</dt>
+ <dt><var title="">nodeList</var> = <var title="">collection</var> . <code title="dom-HTMLOptionsCollection-item">namedItem</code>(<var title="">name</var>)</dt>
<dt><var title="">collection</var>[<var title="">name</var>]</dt>
<dt><var title="">collection</var>(<var title="">name</var>)</dt>
<dd>
@@ -5528,8 +5530,7 @@
<p>Returns null if <var title="">index</var> is out of range.</p>
</dd>
- <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLPropertyCollection-item">namedItem</code>(<var title="">name</var>)</dt>
- <dt><var title="">radioNodeList</var> = <var title="">collection</var> . <code title="dom-HTMLPropertyCollection-item">namedItem</code>(<var title="">name</var>)</dt>
+ <dt><var title="">propertyNodeList</var> = <var title="">collection</var> . <code title="dom-HTMLPropertyCollection-item">namedItem</code>(<var title="">name</var>)</dt>
<dt><var title="">collection</var>[<var title="">name</var>]</dt>
<dt><var title="">collection</var>(<var title="">name</var>)</dt>
<dd>
@@ -5537,11 +5538,8 @@
</dd>
<dt><var title="">propertyNodeList</var> . <var title="">content</var></dt>
-
<dd>
-
<p>Returns an array of the various values that the relevant elements have.</p>
-
</dd>
</dl>
More information about the Commit-Watchers
mailing list