[html5] r5397 - [e] (0) contradiction Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10103
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 30 11:04:58 PDT 2010
Author: ianh
Date: 2010-08-30 11:04:57 -0700 (Mon, 30 Aug 2010)
New Revision: 5397
Modified:
complete.html
index
source
Log:
[e] (0) contradiction
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10103
Modified: complete.html
===================================================================
--- complete.html 2010-08-30 18:02:43 UTC (rev 5396)
+++ complete.html 2010-08-30 18:04:57 UTC (rev 5397)
@@ -6868,7 +6868,7 @@
<p>The <code><a href=#htmlallcollection>HTMLAllCollection</a></code> interface represents a generic
<a href=#collections title=collections>collection</a> of elements just like
<code><a href=#htmlcollection>HTMLCollection</a></code>, with the exception that its <code title=dom-HTMLAllCollection-namedItem><a href=#dom-htmlallcollection-nameditem>namedItem()</a></code> method
- returns an <code><a href=#htmlcollection>HTMLCollection</a></code> object when there are
+ returns an <code><a href=#htmlallcollection>HTMLAllCollection</a></code> object when there are
multiple matching elements.</p>
<pre class=idl>interface <dfn id=htmlallcollection>HTMLAllCollection</dfn> : <a href=#htmlcollection>HTMLCollection</a> {
Modified: index
===================================================================
--- index 2010-08-30 18:02:43 UTC (rev 5396)
+++ index 2010-08-30 18:04:57 UTC (rev 5397)
@@ -6790,7 +6790,7 @@
<p>The <code><a href=#htmlallcollection>HTMLAllCollection</a></code> interface represents a generic
<a href=#collections title=collections>collection</a> of elements just like
<code><a href=#htmlcollection>HTMLCollection</a></code>, with the exception that its <code title=dom-HTMLAllCollection-namedItem><a href=#dom-htmlallcollection-nameditem>namedItem()</a></code> method
- returns an <code><a href=#htmlcollection>HTMLCollection</a></code> object when there are
+ returns an <code><a href=#htmlallcollection>HTMLAllCollection</a></code> object when there are
multiple matching elements.</p>
<pre class=idl>interface <dfn id=htmlallcollection>HTMLAllCollection</dfn> : <a href=#htmlcollection>HTMLCollection</a> {
Modified: source
===================================================================
--- source 2010-08-30 18:02:43 UTC (rev 5396)
+++ source 2010-08-30 18:04:57 UTC (rev 5397)
@@ -6497,7 +6497,7 @@
<span title="collections">collection</span> of elements just like
<code>HTMLCollection</code>, with the exception that its <code
title="dom-HTMLAllCollection-namedItem">namedItem()</code> method
- returns an <code>HTMLCollection</code> object when there are
+ returns an <code>HTMLAllCollection</code> object when there are
multiple matching elements.</p>
<pre class="idl">interface <dfn>HTMLAllCollection</dfn> : <span>HTMLCollection</span> {
More information about the Commit-Watchers
mailing list