[html5] r4358 - [e] (0) xref error in previous checkin
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 27 12:33:09 PDT 2009
Author: ianh
Date: 2009-10-27 12:33:05 -0700 (Tue, 27 Oct 2009)
New Revision: 4358
Modified:
complete.html
index
source
Log:
[e] (0) xref error in previous checkin
Modified: complete.html
===================================================================
--- complete.html 2009-10-27 19:31:29 UTC (rev 4357)
+++ complete.html 2009-10-27 19:33:05 UTC (rev 4358)
@@ -7407,8 +7407,8 @@
<a href=#case-sensitive>case-sensitive</a> manner), in <a href=#tree-order>tree order</a>.</p>
<p>The <dfn id=dom-document-getelementsbyclassname title=dom-document-getElementsByClassName><code>getElementsByClassName(<var title="">classNames</var>)</code></dfn> method takes a string that
- contains an <span>unordered set of space-separated tokens</span>
- representing classes. When called, the method must return a live
+ contains a <a href=#set-of-space-separated-tokens>set of space-separated tokens</a> representing
+ classes. When called, the method must return a live
<code>NodeList</code> object containing all the elements in the
document, in <a href=#tree-order>tree order</a>, that have all the classes
specified in that argument, having obtained the classes by <a href=#split-a-string-on-spaces title="split a string on spaces">splitting a string on
@@ -8250,9 +8250,9 @@
<p>Every <a href=#html-elements title="HTML elements">HTML element</a> may have a
<code title=attr-class><a href=#classes>class</a></code> attribute specified.</p>
- <p>The attribute, if specified, must have a value that is an
- <span>unordered set of space-separated tokens</span> representing
- the various classes that the element belongs to.</p>
+ <p>The attribute, if specified, must have a value that is a
+ <a href=#set-of-space-separated-tokens>set of space-separated tokens</a> representing the various
+ classes that the element belongs to.</p>
<div class=impl>
Modified: index
===================================================================
--- index 2009-10-27 19:31:29 UTC (rev 4357)
+++ index 2009-10-27 19:33:05 UTC (rev 4358)
@@ -7225,8 +7225,8 @@
<a href=#case-sensitive>case-sensitive</a> manner), in <a href=#tree-order>tree order</a>.</p>
<p>The <dfn id=dom-document-getelementsbyclassname title=dom-document-getElementsByClassName><code>getElementsByClassName(<var title="">classNames</var>)</code></dfn> method takes a string that
- contains an <span>unordered set of space-separated tokens</span>
- representing classes. When called, the method must return a live
+ contains a <a href=#set-of-space-separated-tokens>set of space-separated tokens</a> representing
+ classes. When called, the method must return a live
<code>NodeList</code> object containing all the elements in the
document, in <a href=#tree-order>tree order</a>, that have all the classes
specified in that argument, having obtained the classes by <a href=#split-a-string-on-spaces title="split a string on spaces">splitting a string on
@@ -8068,9 +8068,9 @@
<p>Every <a href=#html-elements title="HTML elements">HTML element</a> may have a
<code title=attr-class><a href=#classes>class</a></code> attribute specified.</p>
- <p>The attribute, if specified, must have a value that is an
- <span>unordered set of space-separated tokens</span> representing
- the various classes that the element belongs to.</p>
+ <p>The attribute, if specified, must have a value that is a
+ <a href=#set-of-space-separated-tokens>set of space-separated tokens</a> representing the various
+ classes that the element belongs to.</p>
<div class=impl>
Modified: source
===================================================================
--- source 2009-10-27 19:31:29 UTC (rev 4357)
+++ source 2009-10-27 19:33:05 UTC (rev 4358)
@@ -7266,8 +7266,8 @@
<p>The <dfn
title="dom-document-getElementsByClassName"><code>getElementsByClassName(<var
title="">classNames</var>)</code></dfn> method takes a string that
- contains an <span>unordered set of space-separated tokens</span>
- representing classes. When called, the method must return a live
+ contains a <span>set of space-separated tokens</span> representing
+ classes. When called, the method must return a live
<code>NodeList</code> object containing all the elements in the
document, in <span>tree order</span>, that have all the classes
specified in that argument, having obtained the classes by <span
@@ -8194,9 +8194,9 @@
<p>Every <span title="HTML elements">HTML element</span> may have a
<code title="attr-class">class</code> attribute specified.</p>
- <p>The attribute, if specified, must have a value that is an
- <span>unordered set of space-separated tokens</span> representing
- the various classes that the element belongs to.</p>
+ <p>The attribute, if specified, must have a value that is a
+ <span>set of space-separated tokens</span> representing the various
+ classes that the element belongs to.</p>
<div class="impl">
More information about the Commit-Watchers
mailing list