Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) impl
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12641

git-svn-id: http://svn.whatwg.org/webapps@6472 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 16, 2011
1 parent 596ee7f commit 41d04d9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions complete.html
Expand Up @@ -4340,6 +4340,8 @@ <h3 id=common-microsyntaxes><span class=secno>2.5 </span>Common microsyntaxes</h

<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
Expand All @@ -4352,6 +4354,8 @@ <h4 id=common-parser-idioms><span class=secno>2.5.1 </span>Common parser idioms<
<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
Expand Down
4 changes: 4 additions & 0 deletions index
Expand Up @@ -4204,6 +4204,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

<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
Expand All @@ -4216,6 +4218,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<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
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -3369,6 +3369,8 @@ is conforming depends on which specs apply, and leaves it at that. -->

<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
Expand All @@ -3383,6 +3385,8 @@ is conforming depends on which specs apply, and leaves it at that. -->
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
Expand Down

0 comments on commit 41d04d9

Please sign in to comment.