[html5] r6355 - [e] (0) Try to make this text more readable. Fixing http://www.w3.org/Bugs/Publi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Aug 2 17:08:34 PDT 2011
Author: ianh
Date: 2011-08-02 17:08:33 -0700 (Tue, 02 Aug 2011)
New Revision: 6355
Modified:
complete.html
index
source
Log:
[e] (0) Try to make this text more readable.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12605
Modified: complete.html
===================================================================
--- complete.html 2011-08-03 00:02:56 UTC (rev 6354)
+++ complete.html 2011-08-03 00:08:33 UTC (rev 6355)
@@ -52101,12 +52101,17 @@
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>
<p>Replace the character with a string formed as follows:</p>
@@ -52138,10 +52143,6 @@
</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>",
Modified: index
===================================================================
--- index 2011-08-03 00:02:56 UTC (rev 6354)
+++ index 2011-08-03 00:08:33 UTC (rev 6355)
@@ -51973,12 +51973,17 @@
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>
<p>Replace the character with a string formed as follows:</p>
@@ -52010,10 +52015,6 @@
</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>",
Modified: source
===================================================================
--- source 2011-08-03 00:02:56 UTC (rev 6354)
+++ source 2011-08-03 00:08:33 UTC (rev 6355)
@@ -58627,12 +58627,17 @@
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>
<p>Replace the character with a string formed as follows:</p>
@@ -58672,10 +58677,6 @@
</dd>
- <dt>Otherwise</dt>
-
- <dd><p>Leave the character as is.</p></dd>
-
</dl>
</li>
More information about the Commit-Watchers
mailing list