[html5] r5930 - [e] (0) clarify that this is an 'or' list. Fixing http://www.w3.org/Bugs/Public/ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Mar 3 15:56:15 PST 2011
Author: ianh
Date: 2011-03-03 15:56:13 -0800 (Thu, 03 Mar 2011)
New Revision: 5930
Modified:
complete.html
index
source
Log:
[e] (0) clarify that this is an 'or' list.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11963
Modified: complete.html
===================================================================
--- complete.html 2011-03-03 23:53:56 UTC (rev 5929)
+++ complete.html 2011-03-03 23:56:13 UTC (rev 5930)
@@ -7124,7 +7124,8 @@
collection</a> have.</p>
<p>The <dfn id=dom-htmlcollection-nameditem title=dom-HTMLCollection-namedItem><code>namedItem(<var title="">key</var>)</code></dfn> method must return the first node
- in the collection that matches the following requirements:</p>
+ in the collection that matches either of the following
+ requirements:</p>
<ul><li>It is an <code><a href=#the-a-element>a</a></code>, <code><a href=#the-applet-element>applet</a></code>,
<code><a href=#the-area-element>area</a></code>, <code><a href=#the-embed-element>embed</a></code>, <code><a href=#the-form-element>form</a></code>,
Modified: index
===================================================================
--- index 2011-03-03 23:53:56 UTC (rev 5929)
+++ index 2011-03-03 23:56:13 UTC (rev 5930)
@@ -7104,7 +7104,8 @@
collection</a> have.</p>
<p>The <dfn id=dom-htmlcollection-nameditem title=dom-HTMLCollection-namedItem><code>namedItem(<var title="">key</var>)</code></dfn> method must return the first node
- in the collection that matches the following requirements:</p>
+ in the collection that matches either of the following
+ requirements:</p>
<ul><li>It is an <code><a href=#the-a-element>a</a></code>, <code><a href=#the-applet-element>applet</a></code>,
<code><a href=#the-area-element>area</a></code>, <code><a href=#the-embed-element>embed</a></code>, <code><a href=#the-form-element>form</a></code>,
Modified: source
===================================================================
--- source 2011-03-03 23:53:56 UTC (rev 5929)
+++ source 2011-03-03 23:56:13 UTC (rev 5930)
@@ -6795,7 +6795,8 @@
<p>The <dfn
title="dom-HTMLCollection-namedItem"><code>namedItem(<var
title="">key</var>)</code></dfn> method must return the first node
- in the collection that matches the following requirements:</p>
+ in the collection that matches either of the following
+ requirements:</p>
<ul>
More information about the Commit-Watchers
mailing list