html5/spec Overview.html,1.1099,1.1100

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

Modified Files:
	Overview.html 
Log Message:
clarify that it's capital letters of hex... (whatwg r1911)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1099
retrieving revision 1.1100
diff -u -d -r1.1099 -r1.1100
--- Overview.html	23 Jul 2008 08:41:40 -0000	1.1099
+++ Overview.html	23 Jul 2008 08:58:13 -0000	1.1100
@@ -51105,7 +51105,8 @@
    and attribute local names that the API wouldn't support to a set of names
    that <em>are</em> allowed, by replacing any character that isn't supported
    with the upper case letter U and the five digits of the character's
-   Unicode codepoint when expressed in hexadecimal.
+   Unicode codepoint when expressed in hexadecimal, using digits 0-9 and
+   capital letters A-F as the symbols, in increasing numeric order.
 
   <p class=example>For example, the element name <code
    title="">.foo&lt;bar</code>, which can be output by the <a

Received on Wednesday, 23 July 2008 08:58:51 UTC