[html5] r4274 - [e] (0) Make a note more precise.

whatwg at whatwg.org whatwg at whatwg.org
Thu Oct 22 16:49:45 PDT 2009


Author: ianh
Date: 2009-10-22 16:49:41 -0700 (Thu, 22 Oct 2009)
New Revision: 4274

Modified:
   complete.html
   index
   source
Log:
[e] (0) Make a note more precise.

Modified: complete.html
===================================================================
--- complete.html	2009-10-22 23:27:32 UTC (rev 4273)
+++ complete.html	2009-10-22 23:49:41 UTC (rev 4274)
@@ -8367,9 +8367,10 @@
   contains no characters in the range U+0041 to U+005A (LATIN CAPITAL
   LETTER A to LATIN CAPITAL LETTER Z).</p>
 
-  <p class=note>All attributes in <a href=#html-documents>HTML documents</a> get
-  lowercased automatically, so the restriction on uppercase letters
-  doesn't affect such documents.</p>
+  <p class=note>All attributes on <a href=#html-elements>HTML elements</a> in
+  <a href=#html-documents>HTML documents</a> get ASCII-lowercased automatically, so
+  the restriction on ASCII uppercase letters doesn't affect such
+  documents.</p>
 
   <p><a href=#custom-data-attribute title="custom data attribute">Custom data attributes</a>
   are intended to store custom data private to the page or

Modified: index
===================================================================
--- index	2009-10-22 23:27:32 UTC (rev 4273)
+++ index	2009-10-22 23:49:41 UTC (rev 4274)
@@ -8197,9 +8197,10 @@
   contains no characters in the range U+0041 to U+005A (LATIN CAPITAL
   LETTER A to LATIN CAPITAL LETTER Z).</p>
 
-  <p class=note>All attributes in <a href=#html-documents>HTML documents</a> get
-  lowercased automatically, so the restriction on uppercase letters
-  doesn't affect such documents.</p>
+  <p class=note>All attributes on <a href=#html-elements>HTML elements</a> in
+  <a href=#html-documents>HTML documents</a> get ASCII-lowercased automatically, so
+  the restriction on ASCII uppercase letters doesn't affect such
+  documents.</p>
 
   <p><a href=#custom-data-attribute title="custom data attribute">Custom data attributes</a>
   are intended to store custom data private to the page or

Modified: source
===================================================================
--- source	2009-10-22 23:27:32 UTC (rev 4273)
+++ source	2009-10-22 23:49:41 UTC (rev 4274)
@@ -8333,9 +8333,10 @@
   contains no characters in the range U+0041 to U+005A (LATIN CAPITAL
   LETTER A to LATIN CAPITAL LETTER Z).</p>
 
-  <p class="note">All attributes in <span>HTML documents</span> get
-  lowercased automatically, so the restriction on uppercase letters
-  doesn't affect such documents.</p>
+  <p class="note">All attributes on <span>HTML elements</span> in
+  <span>HTML documents</span> get ASCII-lowercased automatically, so
+  the restriction on ASCII uppercase letters doesn't affect such
+  documents.</p>
 
   <p><span title="custom data attribute">Custom data attributes</span>
   are intended to store custom data private to the page or




More information about the Commit-Watchers mailing list