Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Try to make this text more readable.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12605

git-svn-id: http://svn.whatwg.org/webapps@6355 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 3, 2011
1 parent afc9636 commit 6006ef6
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 24 deletions.
17 changes: 9 additions & 8 deletions complete.html
Expand Up @@ -52101,11 +52101,16 @@ <h5 id=form-submission-algorithm><span class=secno>4.10.22.3 </span>Form submiss
character (+).</dd>


<!-- * - . _ 0-9 a-z A-Z -->
<!-- * - . 0-9 a-z _ A-Z -->

<dt>If the character isn't in the range U+0020, U+002A,
U+002D, U+002E, U+0030 to U+0039, U+0041 to U+005A, U+005F,
U+0061 to U+007A</dt>
<dt>If the character is in the range U+002A, U+002D, U+002E,
U+0030 to U+0039, U+0041 to U+005A, U+005F, U+0061 to
U+007A</dt>

<dd><p>Leave the character as is.</dd>


<dt>Otherwise</dt>

<dd>

Expand Down Expand Up @@ -52138,10 +52143,6 @@ <h5 id=form-submission-algorithm><span class=secno>4.10.22.3 </span>Form submiss

</ol></dd>

<dt>Otherwise</dt>

<dd><p>Leave the character as is.</dd>

</dl></li>

<li><p>If the entry's name is "<code title=attr-fe-name-isindex><a href=#attr-fe-name-isindex>isindex</a></code>",
Expand Down
17 changes: 9 additions & 8 deletions index
Expand Up @@ -51973,11 +51973,16 @@ fur
character (+).</dd>


<!-- * - . _ 0-9 a-z A-Z -->
<!-- * - . 0-9 a-z _ A-Z -->

<dt>If the character isn't in the range U+0020, U+002A,
U+002D, U+002E, U+0030 to U+0039, U+0041 to U+005A, U+005F,
U+0061 to U+007A</dt>
<dt>If the character is in the range U+002A, U+002D, U+002E,
U+0030 to U+0039, U+0041 to U+005A, U+005F, U+0061 to
U+007A</dt>

<dd><p>Leave the character as is.</dd>


<dt>Otherwise</dt>

<dd>

Expand Down Expand Up @@ -52010,10 +52015,6 @@ fur

</ol></dd>

<dt>Otherwise</dt>

<dd><p>Leave the character as is.</dd>

</dl></li>

<li><p>If the entry's name is "<code title=attr-fe-name-isindex><a href=#attr-fe-name-isindex>isindex</a></code>",
Expand Down
17 changes: 9 additions & 8 deletions source
Expand Up @@ -58627,11 +58627,16 @@ fur
character (+).</dd>


<!-- * - . _ 0-9 a-z A-Z -->
<!-- * - . 0-9 a-z _ A-Z -->

<dt>If the character isn't in the range U+0020, U+002A,
U+002D, U+002E, U+0030 to U+0039, U+0041 to U+005A, U+005F,
U+0061 to U+007A</dt>
<dt>If the character is in the range U+002A, U+002D, U+002E,
U+0030 to U+0039, U+0041 to U+005A, U+005F, U+0061 to
U+007A</dt>

<dd><p>Leave the character as is.</p></dd>


<dt>Otherwise</dt>

<dd>

Expand Down Expand Up @@ -58672,10 +58677,6 @@ fur

</dd>

<dt>Otherwise</dt>

<dd><p>Leave the character as is.</p></dd>

</dl>

</li>
Expand Down

0 comments on commit 6006ef6

Please sign in to comment.