[html5] r8505 - [e] (0) Oops, didn't mean to add <a> to that list (documnet.all domintro). Affec [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Feb 21 14:32:43 PST 2014


Author: ianh
Date: 2014-02-21 14:32:43 -0800 (Fri, 21 Feb 2014)
New Revision: 8505

Modified:
   complete.html
   index
   source
Log:
[e] (0) Oops, didn't mean to add <a> to that list (documnet.all domintro).
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2014-02-21 22:23:30 UTC (rev 8504)
+++ complete.html	2014-02-21 22:32:43 UTC (rev 8505)
@@ -7591,7 +7591,7 @@
     <p>Returns the item with <a href=#concept-id title=concept-id>ID</a> or name <var title="">name</var> from the collection.</p>
     <p>If there are multiple matching items, then an <code><a href=#htmlcollection>HTMLCollection</a></code> object containing all those elements is returned.</p>
     <!-- this list only includes conforming elements: -->
-    <p>Only <code><a href=#the-a-element>a</a></code>, <code><a href=#the-button-element>button</a></code>, <code><a href=#the-form-element>form</a></code>, <code><a href=#the-iframe-element>iframe</a></code>,
+    <p>Only <code><a href=#the-button-element>button</a></code>, <code><a href=#the-form-element>form</a></code>, <code><a href=#the-iframe-element>iframe</a></code>,
     <code><a href=#the-input-element>input</a></code>, <code><a href=#the-map-element>map</a></code>, <code><a href=#the-meta-element>meta</a></code>, <code><a href=#the-object-element>object</a></code>,
     <code><a href=#the-select-element>select</a></code>, and <code><a href=#the-textarea-element>textarea</a></code> elements can have a name for the purpose of this
     method; their name is given by the value of their <code title="">name</code> attribute.</p>

Modified: index
===================================================================
--- index	2014-02-21 22:23:30 UTC (rev 8504)
+++ index	2014-02-21 22:32:43 UTC (rev 8505)
@@ -7591,7 +7591,7 @@
     <p>Returns the item with <a href=#concept-id title=concept-id>ID</a> or name <var title="">name</var> from the collection.</p>
     <p>If there are multiple matching items, then an <code><a href=#htmlcollection>HTMLCollection</a></code> object containing all those elements is returned.</p>
     <!-- this list only includes conforming elements: -->
-    <p>Only <code><a href=#the-a-element>a</a></code>, <code><a href=#the-button-element>button</a></code>, <code><a href=#the-form-element>form</a></code>, <code><a href=#the-iframe-element>iframe</a></code>,
+    <p>Only <code><a href=#the-button-element>button</a></code>, <code><a href=#the-form-element>form</a></code>, <code><a href=#the-iframe-element>iframe</a></code>,
     <code><a href=#the-input-element>input</a></code>, <code><a href=#the-map-element>map</a></code>, <code><a href=#the-meta-element>meta</a></code>, <code><a href=#the-object-element>object</a></code>,
     <code><a href=#the-select-element>select</a></code>, and <code><a href=#the-textarea-element>textarea</a></code> elements can have a name for the purpose of this
     method; their name is given by the value of their <code title="">name</code> attribute.</p>

Modified: source
===================================================================
--- source	2014-02-21 22:23:30 UTC (rev 8504)
+++ source	2014-02-21 22:32:43 UTC (rev 8505)
@@ -7043,7 +7043,7 @@
     <p>Returns the item with <span data-x="concept-id">ID</span> or name <var data-x="">name</var> from the collection.</p>
     <p>If there are multiple matching items, then an <code>HTMLCollection</code> object containing all those elements is returned.</p>
     <!-- this list only includes conforming elements: -->
-    <p>Only <code>a</code>, <code>button</code>, <code>form</code>, <code>iframe</code>,
+    <p>Only <code>button</code>, <code>form</code>, <code>iframe</code>,
     <code>input</code>, <code>map</code>, <code>meta</code>, <code>object</code>,
     <code>select</code>, and <code>textarea</code> elements can have a name for the purpose of this
     method; their name is given by the value of their <code data-x="">name</code> attribute.</p>




More information about the Commit-Watchers mailing list