[html5] r843 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu May 24 12:38:23 PDT 2007


Author: ianh
Date: 2007-05-24 12:38:21 -0700 (Thu, 24 May 2007)
New Revision: 843

Modified:
   index
   source
Log:
[] (0) I forgot that attributes have to be lowercased. Fixed.

Modified: index
===================================================================
--- index	2007-05-23 21:31:25 UTC (rev 842)
+++ index	2007-05-24 19:38:21 UTC (rev 843)
@@ -22,7 +22,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=working>Working Draft — 23 May 2007</h2>
+   <h2 class="no-num no-toc" id=working>Working Draft — 24 May 2007</h2>
 
    <p>You can take part in this work. <a
     href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -4005,8 +4005,9 @@
 
    <dd>
     <p>These attributes return tag names in all uppercase<!-- XXX
-    xref-->,
-     regardless of the case with which they were created.</p>
+    xref-->
+     and attribute names in all lowercase<!-- XXX xref -->, regardless of the
+     case with which they were created.</p>
 
    <dt><code title="">Document.createElement()</code>
 

Modified: source
===================================================================
--- source	2007-05-23 21:31:25 UTC (rev 842)
+++ source	2007-05-24 19:38:21 UTC (rev 843)
@@ -2648,7 +2648,8 @@
    <dd>
 
     <p>These attributes return tag names in all uppercase<!-- XXX
-    xref-->, regardless of the case with which they were created.</p>
+    xref--> and attribute names in all lowercase<!-- XXX xref -->,
+    regardless of the case with which they were created.</p>
 
    </dd>
 




More information about the Commit-Watchers mailing list