[html5] r4359 - [e] (0) remove conflict regarding what class='' can be Fixing http://www.w3.org/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 27 12:36:04 PDT 2009


Author: ianh
Date: 2009-10-27 12:36:00 -0700 (Tue, 27 Oct 2009)
New Revision: 4359

Modified:
   complete.html
   index
   source
Log:
[e] (0) remove conflict regarding what class='' can be
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8061

Modified: complete.html
===================================================================
--- complete.html	2009-10-27 19:33:05 UTC (rev 4358)
+++ complete.html	2009-10-27 19:36:00 UTC (rev 4359)
@@ -8268,10 +8268,11 @@
   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>
 
-  <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.</p>
+  <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.</p>
 
   <div class=impl>
 

Modified: index
===================================================================
--- index	2009-10-27 19:33:05 UTC (rev 4358)
+++ index	2009-10-27 19:36:00 UTC (rev 4359)
@@ -8086,10 +8086,11 @@
   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>
 
-  <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.</p>
+  <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.</p>
 
   <div class=impl>
 

Modified: source
===================================================================
--- source	2009-10-27 19:33:05 UTC (rev 4358)
+++ source	2009-10-27 19:36:00 UTC (rev 4359)
@@ -8213,11 +8213,11 @@
   title="dom-document-getElementsByClassName">getElementsByClassName()</code>
   method in the DOM, and other such features.</p>
 
-  <p>Authors may use any value in the <code
-  title="attr-class">class</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.</p>
+  <p>There are no additional restrictions on the tokens authors can
+  use in the <code title="attr-class">class</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.</p>
 
   <div class="impl">
 




More information about the Commit-Watchers mailing list