- From: poot <cvsmail@w3.org>
- Date: Tue, 02 Aug 2011 20:08:46 -0400
- To: public-html-diffs@w3.org
hixie: Try to make this text more readable. (whatwg r6355)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5077&r2=1.5078&f=h
http://html5.org/tools/web-apps-tracker?from=6354&to=6355
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5077
retrieving revision 1.5078
diff -u -d -r1.5077 -r1.5078
--- Overview.html 3 Aug 2011 00:03:02 -0000 1.5077
+++ Overview.html 3 Aug 2011 00:08:39 -0000 1.5078
@@ -39801,9 +39801,14 @@
- <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>
@@ -39836,10 +39841,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>",
Received on Wednesday, 3 August 2011 00:08:48 UTC