[html5] r911 - /

whatwg at whatwg.org whatwg at whatwg.org
Mon Jun 18 00:56:46 PDT 2007


Author: ianh
Date: 2007-06-18 00:56:45 -0700 (Mon, 18 Jun 2007)
New Revision: 911

Modified:
   index
   source
Log:
[e] (0) Oops, accidentially removed these sections in r900.

Modified: index
===================================================================
--- index	2007-06-17 19:31:23 UTC (rev 910)
+++ index	2007-06-18 07:56:45 UTC (rev 911)
@@ -22,7 +22,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=working>Working Draft — 17 June 2007</h2>
+   <h2 class="no-num no-toc" id=working>Working Draft — 18 June 2007</h2>
 
    <p>You can take part in this work. <a
     href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -34067,6 +34067,11 @@
      <dd>Emit the current tag token. Switch to the <a href="#data-state">data
       state</a>.
 
+     <dt>EOF
+
+     <dd><a href="#parse">Parse error</a>. Emit the current tag token.
+      Reconsume the character in the <a href="#data-state">data state</a>.
+
      <dt>Anything else
 
      <dd>Append the current input character to the current attribute's value.
@@ -34157,6 +34162,11 @@
      <dd>Emit the current tag token. Switch to the <a href="#data-state">data
       state</a>.
 
+     <dt>EOF
+
+     <dd><a href="#parse">Parse error</a>. Emit the current tag token.
+      Reconsume the character in the <a href="#data-state">data state</a>.
+
      <dt>Anything else
 
      <dd>Append the current input character to the current attribute's value.

Modified: source
===================================================================
--- source	2007-06-17 19:31:23 UTC (rev 910)
+++ source	2007-06-18 07:56:45 UTC (rev 911)
@@ -31657,6 +31657,11 @@
      <dd>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 character in the <span>data
+     state</span>.</dd>
+
      <dt>Anything else</dt>
      <dd>Append the current input character to the current attribute's
      value. Switch to the <span>attribute value (unquoted)
@@ -31745,6 +31750,11 @@
      <dd>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 character in the <span>data
+     state</span>.</dd>
+
      <dt>Anything else</dt>
      <dd>Append the current input character to the current attribute's
      value. Stay in the <span>attribute value (unquoted)




More information about the Commit-Watchers mailing list