[html5] r917 - /

whatwg at whatwg.org whatwg at whatwg.org
Mon Jun 18 17:57:06 PDT 2007


Author: ianh
Date: 2007-06-18 17:57:06 -0700 (Mon, 18 Jun 2007)
New Revision: 917

Modified:
   index
   source
Log:
[ac] (2) Allow && and other constructions that aren't entities and don't look like entities.

Modified: index
===================================================================
--- index	2007-06-19 00:38:34 UTC (rev 916)
+++ index	2007-06-19 00:57:06 UTC (rev 917)
@@ -34800,6 +34800,26 @@
    immediately after the U+0026 AMPERSAND character):
 
   <dl class=switch>
+   <dt>U+0009 CHARACTER TABULATION
+
+   <dt>U+000A LINE FEED (LF)
+
+   <dt>U+000B LINE TABULATION
+
+   <dt>U+000C FORM FEED (FF)</dt>
+   <!--<dt>U+000D CARRIAGE RETURN (CR)</dt>-->
+
+   <dt>U+0020 SPACE
+
+   <dt>U+003C LESS-THAN SIGN
+
+   <dt>U+0026 AMPERSAND
+
+   <dt>EOF
+
+   <dd>Not an entity. No characters are consumed, and nothing is returned.
+    (This is not an error, either.)
+
    <dt>U+0023 NUMBER SIGN (#)
 
    <dd>

Modified: source
===================================================================
--- source	2007-06-19 00:38:34 UTC (rev 916)
+++ source	2007-06-19 00:57:06 UTC (rev 917)
@@ -32371,6 +32371,20 @@
 
   <dl class="switch">
 
+   <dt>U+0009 CHARACTER TABULATION</dt>
+   <dt>U+000A LINE FEED (LF)</dt>
+   <dt>U+000B LINE TABULATION</dt>
+   <dt>U+000C FORM FEED (FF)</dt>
+   <!--<dt>U+000D CARRIAGE RETURN (CR)</dt>-->
+   <dt>U+0020 SPACE</dt>
+   <dt>U+003C LESS-THAN SIGN</dt>
+   <dt>U+0026 AMPERSAND</dt>
+   <dt>EOF</dt>
+
+   <dd>Not an entity. No characters are consumed, and nothing is
+   returned. (This is not an error, either.)</dd>
+
+
    <dt>U+0023 NUMBER SIGN (#)</dt>
 
    <dd>
@@ -32486,6 +32500,7 @@
 
    </dd>
 
+
    <dt>Anything else</dt>
 
    <dd>




More information about the Commit-Watchers mailing list