- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Aug 2011 00:08:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23579
Modified Files:
Overview.html
Log Message:
Try to make this text more readable. (whatwg r6355)
Index: Overview.html
===================================================================
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:44 UTC