html5/spec Overview.html,1.3491,1.3492

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20377

Modified Files:
	Overview.html 
Log Message:
remove conflict regarding what class='' can be (whatwg r4359)

Index: Overview.html
===================================================================
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:07:44 UTC