Skip to content

Commit

Permalink
[e] (0) clarify that this is an 'or' list.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11963

git-svn-id: http://svn.whatwg.org/webapps@5930 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 3, 2011
1 parent 76d2dc9 commit 4af2068
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -7124,7 +7124,8 @@ <h5 id=htmlcollection-0><span class=secno>2.8.2.1 </span>HTMLCollection</h5>
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>,
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -7104,7 +7104,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
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>,
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -6795,7 +6795,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<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>

Expand Down

0 comments on commit 4af2068

Please sign in to comment.