html5/spec Overview.html,1.1093,1.1094

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3564

Modified Files:
	Overview.html 
Log Message:
Clarify the bogus comment state. (Bug 5863) (credit: as) (whatwg r1905)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1093
retrieving revision 1.1094
diff -u -d -r1.1093 -r1.1094
--- Overview.html	23 Jul 2008 00:51:36 -0000	1.1093
+++ Overview.html	23 Jul 2008 00:58:26 -0000	1.1094
@@ -46156,14 +46156,15 @@
     <p><em>(This can only happen if the <a href="#content3">content model
      flag</a> is set to the PCDATA state.)</em></p>
 
-    <p>Consume every character up to the first U+003E GREATER-THAN SIGN
-     character (&gt;) or the end of the file (EOF), whichever comes first.
-     Emit a comment token whose data is the concatenation of all the
-     characters starting from and including the character that caused the
-     state machine to switch into the bogus comment state, up to and
-     including the last consumed character before the U+003E character, if
-     any, or up to the end of the file otherwise. (If the comment was started
-     by the end of the file (EOF), the token is empty.)</p>
+    <p>Consume every character up to and including the first U+003E
+     GREATER-THAN SIGN character (&gt;) or the end of the file (EOF),
+     whichever comes first. Emit a comment token whose data is the
+     concatenation of all the characters starting from and including the
+     character that caused the state machine to switch into the bogus comment
+     state, up to and including the character immediately before the last
+     consumed character (i.e. up to the character just before the U+003E or
+     EOF character). (If the comment was started by the end of the file
+     (EOF), the token is empty.)</p>
 
     <p>Switch to the <a href="#data-state">data state</a>.</p>
 

Received on Wednesday, 23 July 2008 00:59:02 UTC