@@ -7407,18 +7407,18 @@ <h4 id=dom-tree-accessors><span class=secno>3.1.4 </span><dfn>DOM tree accessors
<ahref=#case-sensitive>case-sensitive</a> manner), in <ahref=#tree-order>tree order</a>.</p>
<p>The <dfnid=dom-document-getelementsbyclassnametitle=dom-document-getElementsByClassName><code>getElementsByClassName(<vartitle="">classNames</var>)</code></dfn> method takes a string that
contains an <ahref=#unordered-set-of-unique-space-separated-tokens>unordered set of unique 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 <ahref=#tree-order>tree order</a>, that have all
the classes specified in that argument, having obtained the classes
by <ahref=#split-a-string-on-spacestitle="split a string on spaces">splitting a string on
spaces</a>. If there are no tokens specified in the argument,
then the method must return an empty <code>NodeList</code>. If the
document is in <ahref=#quirks-mode>quirks mode</a>, then the comparisons for
the classes must be done in an <ahref=#ascii-case-insensitive>ASCII case-insensitive</a>
manner, otherwise, the comparisons must be done in a
contains an <span>unordered 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 <ahref=#tree-order>tree order</a>, that have all the classes
specified in that argument, having obtained the classes by <ahref=#split-a-string-on-spacestitle="split a string on spaces">splitting a string on
spaces</a>. (Duplicates are ignored.) If there are no tokens
specified in the argument, then the method must return an empty
<code>NodeList</code>. If the document is in <ahref=#quirks-mode>quirks
mode</a>, then the comparisons for the classes must be done in an
<ahref=#ascii-case-insensitive>ASCII case-insensitive</a> manner, otherwise, the
comparisons must be done in a<ahref=#case-sensitive>case-sensitive</a>
manner.</p>
<p>The <dfnid=dom-getelementsbyclassnametitle=dom-getElementsByClassName><code>getElementsByClassName(<vartitle="">classNames</var>)</code></dfn> method on the
<code><ahref=#htmlelement>HTMLElement</a></code> interface must return a live
<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 <a href=#unordered-set-of-unique-space-separated-tokens>unordered set of unique 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
spaces</a>. If there are no tokens specified in the argument,
then the method must return an empty <code>NodeList</code>. If the
document is in <a href=#quirks-mode>quirks mode</a>, then the comparisons for
the classes must be done in an <a href=#ascii-case-insensitive>ASCII case-insensitive</a>
manner, otherwise, the comparisons must be done in a
contains an <span>unordered 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 <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
spaces</a>. (Duplicates are ignored.) If there are no tokens
specified in the argument, then the method must return an empty
<code>NodeList</code>. If the document is in <a href=#quirks-mode>quirks
mode</a>, then the comparisons for the classes must be done in an
<a href=#ascii-case-insensitive>ASCII case-insensitive</a> manner, otherwise, the
comparisons must be done in a <a href=#case-sensitive>case-sensitive</a>
manner.</p>
<p>The <dfn id=dom-getelementsbyclassname title=dom-getElementsByClassName><code>getElementsByClassName(<var title="">classNames</var>)</code></dfn> method on the
<code><a href=#htmlelement>HTMLElement</a></code> interface must return a live
@@ -8069,16 +8069,16 @@ Transport Protocol">HTTP</abbr> today.</p></pre>