- From: poot <cvsmail@w3.org>
- Date: Wed, 28 Oct 2009 05:07:55 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: remove conflict regarding what class='' can be (whatwg r4359) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3491&r2=1.3492&f=h http://html5.org/tools/web-apps-tracker?from=4358&to=4359 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3491 retrieving revision 1.3492 diff -u -d -r1.3491 -r1.3492 --- Overview.html 27 Oct 2009 19:33:09 -0000 1.3491 +++ Overview.html 27 Oct 2009 19:36:03 -0000 1.3492 @@ -7256,10 +7256,11 @@ </div><p class="note">Assigning classes to an element affects class matching in selectors in CSS, the <code title="dom-document-getElementsByClassName"><a href="#dom-document-getelementsbyclassname">getElementsByClassName()</a></code> - method in the DOM, and other such features.<p>Authors may use any value in the <code title="attr-class"><a href="#classes">class</a></code> attribute, but are encouraged to use - the values that describe the nature of the content, rather than - values that describe the desired presentation of the - content.<div class="impl"> + method in the DOM, and other such features.<p>There are no additional restrictions on the tokens authors can + use in the <code title="attr-class"><a href="#classes">class</a></code> attribute, but + authors are encouraged to use values that describe the nature of the + content, rather than values that describe the desired presentation + of the content.<div class="impl"> <hr><p>The <dfn id="dom-classname" title="dom-className"><code>className</code></dfn> and <dfn id="dom-classlist" title="dom-classList"><code>classList</code></dfn> IDL
Received on Tuesday, 27 October 2009 20:21:04 UTC