- From: poot <cvsmail@w3.org>
- Date: Wed, 28 Oct 2009 05:21:36 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: xref error in previous checkin (whatwg r4358) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3490&r2=1.3491&f=h http://html5.org/tools/web-apps-tracker?from=4357&to=4358 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3490 retrieving revision 1.3491 diff -u -d -r1.3490 -r1.3491 --- Overview.html 27 Oct 2009 19:31:32 -0000 1.3490 +++ Overview.html 27 Oct 2009 19:33:09 -0000 1.3491 @@ -6550,8 +6550,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 @@ -7244,9 +7244,9 @@ rather than using CSS, since that way their documents will continue to render correctly even in the absence of CSS (e.g. as interpreted by search engines).<h5 id="classes"><span class="secno">3.2.3.6 </span>The <dfn title="attr-class"><code>class</code></dfn> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><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>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.<div class="impl"> + <code title="attr-class"><a href="#classes">class</a></code> attribute specified.<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.<div class="impl"> <p>The classes that an <a href="#html-elements" title="HTML elements">HTML element</a> has assigned to it consists of all the classes
Received on Tuesday, 27 October 2009 20:22:05 UTC