hixie: clarify that this is an 'or' list. (whatwg r5930)

hixie: clarify that this is an 'or' list. (whatwg r5930)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4770&r2=1.4771&f=h
http://html5.org/tools/web-apps-tracker?from=5929&to=5930

===================================================================
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:57:31 UTC