- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Mar 2011 23:56:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11073
Modified Files:
Overview.html
Log Message:
clarify that this is an 'or' list. (whatwg r5930)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4770
retrieving revision 1.4771
diff -u -d -r1.4770 -r1.4771
--- Overview.html 3 Mar 2011 23:54:01 -0000 1.4770
+++ Overview.html 3 Mar 2011 23:56:19 -0000 1.4771
@@ -6332,7 +6332,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>,
Received on Thursday, 3 March 2011 23:56:26 UTC