- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Jun 2009 07:54:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18175
Modified Files:
Overview.html
Log Message:
Forgot to correct the text when I copied-and-pasted it. (whatwg r3196)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2348
retrieving revision 1.2349
diff -u -d -r1.2348 -r1.2349
--- Overview.html 5 Jun 2009 07:48:18 -0000 1.2348
+++ Overview.html 5 Jun 2009 07:54:04 -0000 1.2349
@@ -54841,9 +54841,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
Received on Friday, 5 June 2009 07:54:14 UTC