Skip to content

Commit

Permalink
[e] (0) clarify that it's capital letters of hex...
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1911 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 23, 2008
1 parent b357ac5 commit 7b77550
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index
Expand Up @@ -51034,7 +51034,8 @@ http://lxr.mozilla.org/seamonkey/search?string=nested
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
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -48125,7 +48125,8 @@ http://lxr.mozilla.org/seamonkey/search?string=nested
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&lt;bar</code>, which can be output by the <span>HTML
Expand Down

0 comments on commit 7b77550

Please sign in to comment.