hixie: Make a note more precise. (whatwg r4274)

hixie: Make a note more precise. (whatwg r4274)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3414&r2=1.3415&f=h
http://html5.org/tools/web-apps-tracker?from=4273&to=4274

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3414
retrieving revision 1.3415
diff -u -d -r1.3414 -r1.3415
--- Overview.html 22 Oct 2009 23:14:28 -0000 1.3414
+++ Overview.html 22 Oct 2009 23:37:07 -0000 1.3415
@@ -7343,9 +7343,10 @@
   namespace whose name starts with the string "<dfn id="attr-data" title="attr-data-*"><code>data-</code></dfn>", has at least one
   character after the hyphen, is <a href="#xml-compatible">XML-compatible</a>, and
   contains no characters in the range U+0041 to U+005A (LATIN CAPITAL
-  LETTER A to LATIN CAPITAL LETTER Z).<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><a href="#custom-data-attribute" title="custom data attribute">Custom data attributes</a>
+  LETTER A to LATIN CAPITAL LETTER Z).<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><a href="#custom-data-attribute" title="custom data attribute">Custom data attributes</a>
   are intended to store custom data private to the page or
   application, for which there are no more appropriate attributes or
   elements.<p>These attributes are not intended for use by software that is

Received on Thursday, 22 October 2009 23:37:58 UTC