[html5] r7090 - [giow] (1) Make <form> elements use RadioNodeList as well. Affected topics: DOM [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon May 7 15:05:31 PDT 2012


Author: ianh
Date: 2012-05-07 15:05:30 -0700 (Mon, 07 May 2012)
New Revision: 7090

Modified:
   complete.html
   index
   source
Log:
[giow] (1) Make <form> elements use RadioNodeList as well.
Affected topics: DOM APIs, HTML

Modified: complete.html
===================================================================
--- complete.html	2012-05-07 21:50:30 UTC (rev 7089)
+++ complete.html	2012-05-07 22:05:30 UTC (rev 7090)
@@ -43945,8 +43945,8 @@
    <dd>
 
     <p>Returns the form control (or, if there are several, a
-    <code><a href=#nodelist>NodeList</a></code> of the form controls) in the form with the
-    given <a href=#concept-id title=concept-id>ID</a> or <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> (excluding image buttons for
+    <code><a href=#radionodelist>RadioNodeList</a></code> of the form controls) in the form with
+    the given <a href=#concept-id title=concept-id>ID</a> or <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> (excluding image buttons for
     historical reasons); or, if there are none, returns the
     <code><a href=#the-img-element>img</a></code> element with the given ID.</p>
 
@@ -43956,7 +43956,7 @@
     element remains in the <code><a href=#document>Document</a></code>.</p>
 
     <p>If there are multiple matching items, then a
-    <code><a href=#nodelist>NodeList</a></code> object containing all those elements is
+    <code><a href=#radionodelist>RadioNodeList</a></code> object containing all those elements is
     returned.</p>
 
    </dd>
@@ -44034,14 +44034,13 @@
   retrieval</dfn>, the user agent must run the following steps:</p>
 
   <ol><li><p>Let <var title="">candidates</var> be a <a href=#live>live</a>
-   <code><a href=#nodelist>NodeList</a></code> object containing all the <a href=#category-listed title=category-listed>listed elements</a> that are descendants
+   <code><a href=#radionodelist>RadioNodeList</a></code> object containing all the <a href=#category-listed title=category-listed>listed elements</a> that are descendants
    of the <code><a href=#the-form-element>form</a></code> element and that have either an <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute or a <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute equal to <var title="">name</var>, in <a href=#tree-order>tree order</a>.</li>
 
    <li><p>If <var title="">candidates</var> is empty, let <var title="">candidates</var> be a <a href=#live>live</a>
-   <code><a href=#nodelist>NodeList</a></code> object containing all the <code><a href=#the-img-element>img</a></code>
-   elements that are descendants of the <code><a href=#the-form-element>form</a></code> element and
-   that have either an <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute or a
-   <code title=attr-img-name><a href=#attr-img-name>name</a></code> attribute equal to <var title="">name</var>, in <a href=#tree-order>tree order</a>.</li>
+   <code><a href=#radionodelist>RadioNodeList</a></code> object containing all the
+   <code><a href=#the-img-element>img</a></code> elements that are descendants of the
+   <code><a href=#the-form-element>form</a></code> element and that have either an <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute or a <code title=attr-img-name><a href=#attr-img-name>name</a></code> attribute equal to <var title="">name</var>, in <a href=#tree-order>tree order</a>.</li>
 
    <li><p>If <var title="">candidates</var> is empty, <var title="">name</var> is the name of one of the entries in the
    <code><a href=#the-form-element>form</a></code> element's <a href=#past-names-map>past names map</a>: return the
@@ -102073,6 +102072,7 @@
   Ivo Emanuel Gonçalves,
   J. King,
   Jacques Distler,
+  Jake Verbaten,
   James Craig,
   James Graham,
   James Justin Harrell,

Modified: index
===================================================================
--- index	2012-05-07 21:50:30 UTC (rev 7089)
+++ index	2012-05-07 22:05:30 UTC (rev 7090)
@@ -43945,8 +43945,8 @@
    <dd>
 
     <p>Returns the form control (or, if there are several, a
-    <code><a href=#nodelist>NodeList</a></code> of the form controls) in the form with the
-    given <a href=#concept-id title=concept-id>ID</a> or <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> (excluding image buttons for
+    <code><a href=#radionodelist>RadioNodeList</a></code> of the form controls) in the form with
+    the given <a href=#concept-id title=concept-id>ID</a> or <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> (excluding image buttons for
     historical reasons); or, if there are none, returns the
     <code><a href=#the-img-element>img</a></code> element with the given ID.</p>
 
@@ -43956,7 +43956,7 @@
     element remains in the <code><a href=#document>Document</a></code>.</p>
 
     <p>If there are multiple matching items, then a
-    <code><a href=#nodelist>NodeList</a></code> object containing all those elements is
+    <code><a href=#radionodelist>RadioNodeList</a></code> object containing all those elements is
     returned.</p>
 
    </dd>
@@ -44034,14 +44034,13 @@
   retrieval</dfn>, the user agent must run the following steps:</p>
 
   <ol><li><p>Let <var title="">candidates</var> be a <a href=#live>live</a>
-   <code><a href=#nodelist>NodeList</a></code> object containing all the <a href=#category-listed title=category-listed>listed elements</a> that are descendants
+   <code><a href=#radionodelist>RadioNodeList</a></code> object containing all the <a href=#category-listed title=category-listed>listed elements</a> that are descendants
    of the <code><a href=#the-form-element>form</a></code> element and that have either an <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute or a <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute equal to <var title="">name</var>, in <a href=#tree-order>tree order</a>.</li>
 
    <li><p>If <var title="">candidates</var> is empty, let <var title="">candidates</var> be a <a href=#live>live</a>
-   <code><a href=#nodelist>NodeList</a></code> object containing all the <code><a href=#the-img-element>img</a></code>
-   elements that are descendants of the <code><a href=#the-form-element>form</a></code> element and
-   that have either an <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute or a
-   <code title=attr-img-name><a href=#attr-img-name>name</a></code> attribute equal to <var title="">name</var>, in <a href=#tree-order>tree order</a>.</li>
+   <code><a href=#radionodelist>RadioNodeList</a></code> object containing all the
+   <code><a href=#the-img-element>img</a></code> elements that are descendants of the
+   <code><a href=#the-form-element>form</a></code> element and that have either an <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute or a <code title=attr-img-name><a href=#attr-img-name>name</a></code> attribute equal to <var title="">name</var>, in <a href=#tree-order>tree order</a>.</li>
 
    <li><p>If <var title="">candidates</var> is empty, <var title="">name</var> is the name of one of the entries in the
    <code><a href=#the-form-element>form</a></code> element's <a href=#past-names-map>past names map</a>: return the
@@ -102073,6 +102072,7 @@
   Ivo Emanuel Gonçalves,
   J. King,
   Jacques Distler,
+  Jake Verbaten,
   James Craig,
   James Graham,
   James Justin Harrell,

Modified: source
===================================================================
--- source	2012-05-07 21:50:30 UTC (rev 7089)
+++ source	2012-05-07 22:05:30 UTC (rev 7090)
@@ -51385,8 +51385,8 @@
    <dd>
 
     <p>Returns the form control (or, if there are several, a
-    <code>NodeList</code> of the form controls) in the form with the
-    given <span title="concept-id">ID</span> or <code
+    <code>RadioNodeList</code> of the form controls) in the form with
+    the given <span title="concept-id">ID</span> or <code
     title="attr-fe-name">name</code> (excluding image buttons for
     historical reasons); or, if there are none, returns the
     <code>img</code> element with the given ID.</p>
@@ -51399,7 +51399,7 @@
     element remains in the <code>Document</code>.</p>
 
     <p>If there are multiple matching items, then a
-    <code>NodeList</code> object containing all those elements is
+    <code>RadioNodeList</code> object containing all those elements is
     returned.</p>
 
    </dd>
@@ -51500,7 +51500,7 @@
   <ol>
 
    <li><p>Let <var title="">candidates</var> be a <span>live</span>
-   <code>NodeList</code> object containing all the <span
+   <code>RadioNodeList</code> object containing all the <span
    title="category-listed">listed elements</span> that are descendants
    of the <code>form</code> element and that have either an <code
    title="attr-id">id</code> attribute or a <code
@@ -51509,10 +51509,11 @@
 
    <li><p>If <var title="">candidates</var> is empty, let <var
    title="">candidates</var> be a <span>live</span>
-   <code>NodeList</code> object containing all the <code>img</code>
-   elements that are descendants of the <code>form</code> element and
-   that have either an <code title="attr-id">id</code> attribute or a
-   <code title="attr-img-name">name</code> attribute equal to <var
+   <code>RadioNodeList</code> object containing all the
+   <code>img</code> elements that are descendants of the
+   <code>form</code> element and that have either an <code
+   title="attr-id">id</code> attribute or a <code
+   title="attr-img-name">name</code> attribute equal to <var
    title="">name</var>, in <span>tree order</span>.</p></li>
 
    <li><p>If <var title="">candidates</var> is empty, <var
@@ -119759,6 +119760,7 @@
   Ivo Emanuel Gonçalves,
   J. King,
   Jacques Distler,
+  Jake Verbaten,
   James Craig,
   James Graham,
   James Justin Harrell,




More information about the Commit-Watchers mailing list