[html5] r1911 - [e] (0) clarify that it's capital letters of hex...
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jul 23 01:58:10 PDT 2008
Author: ianh
Date: 2008-07-23 01:58:09 -0700 (Wed, 23 Jul 2008)
New Revision: 1911
Modified:
index
source
Log:
[e] (0) clarify that it's capital letters of hex...
Modified: index
===================================================================
--- index 2008-07-23 08:40:07 UTC (rev 1910)
+++ index 2008-07-23 08:58:09 UTC (rev 1911)
@@ -51034,7 +51034,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<bar</code>, which can be output by the <a
Modified: source
===================================================================
--- source 2008-07-23 08:40:07 UTC (rev 1910)
+++ source 2008-07-23 08:58:09 UTC (rev 1911)
@@ -48125,7 +48125,8 @@
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.</p>
+ hexadecimal, using digits 0-9 and capital letters A-F as the
+ symbols, in increasing numeric order.</p>
<p class="example">For example, the element name <code
title="">.foo<bar</code>, which can be output by the <span>HTML
More information about the Commit-Watchers
mailing list