[html5] r3196 - [e] (0) Forgot to correct the text when I copied-and-pasted it.

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 5 00:54:01 PDT 2009


Author: ianh
Date: 2009-06-05 00:53:59 -0700 (Fri, 05 Jun 2009)
New Revision: 3196

Modified:
   index
   source
Log:
[e] (0) Forgot to correct the text when I copied-and-pasted it.

Modified: index
===================================================================
--- index	2009-06-05 07:48:13 UTC (rev 3195)
+++ index	2009-06-05 07:53:59 UTC (rev 3196)
@@ -60978,9 +60978,8 @@
    <dt>U+000C FORM FEED (FF)</dt>
    <!--<dt>U+000D CARRIAGE RETURN (CR)</dt>-->
    <dt>U+0020 SPACE</dt>
-   <dd><a href=#parse-error>Parse error</a>. Append the input character to the
-   comment token's data. Switch to the <a href=#comment-end-space-state>comment end space
-   state</a>.</dd>
+   <dd>Append the input character to the comment token's data. Stay in
+   the <a href=#comment-end-space-state>comment end space state</a>.</dd>
 
    <dt>EOF</dt>
    <dd><a href=#parse-error>Parse error</a>. Emit the comment token. Reconsume

Modified: source
===================================================================
--- source	2009-06-05 07:48:13 UTC (rev 3195)
+++ source	2009-06-05 07:53:59 UTC (rev 3196)
@@ -74827,9 +74827,8 @@
    <dt>U+000C FORM FEED (FF)</dt>
    <!--<dt>U+000D CARRIAGE RETURN (CR)</dt>-->
    <dt>U+0020 SPACE</dt>
-   <dd><span>Parse error</span>. Append the input character to the
-   comment token's data. Switch to the <span>comment end space
-   state</span>.</dd>
+   <dd>Append the input character to the comment token's data. Stay in
+   the <span>comment end space state</span>.</dd>
 
    <dt>EOF</dt>
    <dd><span>Parse error</span>. Emit the comment token. Reconsume




More information about the Commit-Watchers mailing list