Skip to content

Commit

Permalink
[e] (0) hex digits to Z? no...
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3849 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 15, 2009
1 parent 06b9eb4 commit 22af382
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions index
Expand Up @@ -112,7 +112,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-14-september-2009>Draft Standard &mdash; 14 September 2009</h2>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-15-september-2009>Draft Standard &mdash; 15 September 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -38908,7 +38908,7 @@ fur
selected character encoding in turn, append to the string a
U+0025 PERCENT SIGN character (%) followed by two characters in
the ranges U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9) and
U+0041 LATIN CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER Z
U+0041 LATIN CAPITAL LETTER A to U+0046 LATIN CAPITAL LETTER F
representing the hexadecimal value of the byte (zero-padded if
necessary).</li>

Expand Down Expand Up @@ -76033,6 +76033,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Mikko Rantalainen,
Mohamed Zergaoui<!-- Innovimax SARL -->,
Ms2ger,
NARUSE Yui,
Neil Deakin,
Neil Rashbrook,
Neil Soiffer,
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -43627,7 +43627,7 @@ fur
selected character encoding in turn, append to the string a
U+0025 PERCENT SIGN character (%) followed by two characters in
the ranges U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9) and
U+0041 LATIN CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER Z
U+0041 LATIN CAPITAL LETTER A to U+0046 LATIN CAPITAL LETTER F
representing the hexadecimal value of the byte (zero-padded if
necessary).</p></li>

Expand Down Expand Up @@ -90093,6 +90093,7 @@ interface <span>HTMLDocument</span> {
Mikko Rantalainen,
Mohamed Zergaoui<!-- Innovimax SARL -->,
Ms2ger,
NARUSE Yui,
Neil Deakin,
Neil Rashbrook,
Neil Soiffer,
Expand Down

0 comments on commit 22af382

Please sign in to comment.