[html5] r1684 - /

whatwg at whatwg.org whatwg at whatwg.org
Fri May 23 01:42:58 PDT 2008


Author: ianh
Date: 2008-05-23 01:42:58 -0700 (Fri, 23 May 2008)
New Revision: 1684

Modified:
   index
   source
Log:
[ct] (0) EOF should be explicitly listed in each tokeniser state.

Modified: index
===================================================================
--- index	2008-05-23 08:26:39 UTC (rev 1683)
+++ index	2008-05-23 08:42:58 UTC (rev 1684)
@@ -43510,6 +43510,12 @@
      <dd>Switch to the <a href="#self-closing">self-closing start tag
       state</a>.
 
+     <dt>EOF
+
+     <dd><a href="#parse1">Parse error</a>. Emit the current tag token.
+      Reconsume the EOF character in the <a href="#data-state">data
+      state</a>.
+
      <dt>Anything else
 
      <dd><a href="#parse1">Parse error</a>. Reconsume the character in the <a
@@ -43527,6 +43533,12 @@
      <dd>Set the <i>self-closing flag</i> of the current tag token. Emit the
       current tag token. Switch to the <a href="#data-state">data state</a>.
 
+     <dt>EOF
+
+     <dd><a href="#parse1">Parse error</a>. Emit the current tag token.
+      Reconsume the EOF character in the <a href="#data-state">data
+      state</a>.
+
      <dt>Anything else
 
      <dd><a href="#parse1">Parse error</a>. Reconsume the character in the <a

Modified: source
===================================================================
--- source	2008-05-23 08:26:39 UTC (rev 1683)
+++ source	2008-05-23 08:42:58 UTC (rev 1684)
@@ -41047,6 +41047,11 @@
      <dt>U+002F SOLIDUS (/)</dt>
      <dd>Switch to the <span>self-closing start tag state</span>.</dd>
 
+     <dt>EOF</dt>
+     <dd><span>Parse error</span>. Emit the current tag
+     token. Reconsume the EOF character in the <span>data
+     state</span>.</dd>
+
      <dt>Anything else</dt>
      <dd><span>Parse error</span>. Reconsume the character in
      the <span>before attribute name state</span>.</dd>
@@ -41067,6 +41072,11 @@
      <dd>Set the <i>self-closing flag</i> of the current tag
      token. Emit the current tag token. Switch to the <span>data
      state</span>.</dd>
+
+     <dt>EOF</dt>
+     <dd><span>Parse error</span>. Emit the current tag
+     token. Reconsume the EOF character in the <span>data
+     state</span>.</dd>
      
      <dt>Anything else</dt>
      <dd><span>Parse error</span>. Reconsume the character in




More information about the Commit-Watchers mailing list