[html5] r6472 - [e] (0) impl Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12641
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 15 21:32:56 PDT 2011
Author: ianh
Date: 2011-08-15 21:32:54 -0700 (Mon, 15 Aug 2011)
New Revision: 6472
Modified:
complete.html
index
source
Log:
[e] (0) impl
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12641
Modified: complete.html
===================================================================
--- complete.html 2011-08-16 04:29:22 UTC (rev 6471)
+++ complete.html 2011-08-16 04:32:54 UTC (rev 6472)
@@ -4340,6 +4340,8 @@
<h4 id=common-parser-idioms><span class=secno>2.5.1 </span>Common parser idioms</h4>
+ </div>
+
<p>The <dfn id=space-character title="space character">space characters</dfn>, for the
purposes of this specification, are U+0020 SPACE, U+0009 CHARACTER
TABULATION (tab), U+000A LINE FEED (LF), U+000C FORM FEED (FF), and
@@ -4352,6 +4354,8 @@
<p class=note>This should not be confused with the "White_Space"
value (abbreviated "WS") of the "Bidi_Class" property in the <code title="">Unicode.txt</code> data file.</p>
+ <div class=impl>
+
<p>The <dfn id=alphanumeric-ascii-characters>alphanumeric ASCII characters</dfn> are those in the
ranges U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), U+0041 LATIN
CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER Z, U+0061 LATIN
Modified: index
===================================================================
--- index 2011-08-16 04:29:22 UTC (rev 6471)
+++ index 2011-08-16 04:32:54 UTC (rev 6472)
@@ -4204,6 +4204,8 @@
<h4 id=common-parser-idioms><span class=secno>2.5.1 </span>Common parser idioms</h4>
+ </div>
+
<p>The <dfn id=space-character title="space character">space characters</dfn>, for the
purposes of this specification, are U+0020 SPACE, U+0009 CHARACTER
TABULATION (tab), U+000A LINE FEED (LF), U+000C FORM FEED (FF), and
@@ -4216,6 +4218,8 @@
<p class=note>This should not be confused with the "White_Space"
value (abbreviated "WS") of the "Bidi_Class" property in the <code title="">Unicode.txt</code> data file.</p>
+ <div class=impl>
+
<p>The <dfn id=alphanumeric-ascii-characters>alphanumeric ASCII characters</dfn> are those in the
ranges U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), U+0041 LATIN
CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER Z, U+0061 LATIN
Modified: source
===================================================================
--- source 2011-08-16 04:29:22 UTC (rev 6471)
+++ source 2011-08-16 04:32:54 UTC (rev 6472)
@@ -3369,6 +3369,8 @@
<h4>Common parser idioms</h4>
+ </div>
+
<p>The <dfn title="space character">space characters</dfn>, for the
purposes of this specification, are U+0020 SPACE, U+0009 CHARACTER
TABULATION (tab), U+000A LINE FEED (LF), U+000C FORM FEED (FF), and
@@ -3383,6 +3385,8 @@
value (abbreviated "WS") of the "Bidi_Class" property in the <code
title="">Unicode.txt</code> data file.</p>
+ <div class="impl">
+
<p>The <dfn>alphanumeric ASCII characters</dfn> are those in the
ranges U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), U+0041 LATIN
CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER Z, U+0061 LATIN
More information about the Commit-Watchers
mailing list