[html5] r888 - /

whatwg at whatwg.org whatwg at whatwg.org
Wed Jun 13 17:59:28 PDT 2007


Author: ianh
Date: 2007-06-13 17:59:27 -0700 (Wed, 13 Jun 2007)
New Revision: 888

Modified:
   index
   source
Log:
[] (0) The current input character hasn't been consumed yet, so there is no 'current input character'. (twice)

Modified: index
===================================================================
--- index	2007-06-13 22:51:19 UTC (rev 887)
+++ index	2007-06-14 00:59:27 UTC (rev 888)
@@ -22,7 +22,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=working>Working Draft — 13 June 2007</h2>
+   <h2 class="no-num no-toc" id=working>Working Draft — 14 June 2007</h2>
 
    <p>You can take part in this work. <a
     href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -33583,9 +33583,9 @@
        SOLIDUS (/) character, consume it and switch to the <a
        href="#close1">close tag open state</a>. If the <a
        href="#next-input">next input character</a> is not a U+002F SOLIDUS
-       (/) character, emit a U+003C LESS-THAN SIGN character token and
-       reconsume the current input character in the <a
-       href="#data-state">data state</a>.</p>
+       (/) character, emit a U+003C LESS-THAN SIGN character token and switch
+       to the <a href="#data-state">data state</a> to process the <a
+       href="#next-input">next input character</a>.</p>
 
      <dt>If the <a href="#content2">content model flag</a> is set to the
       PCDATA state
@@ -33669,8 +33669,8 @@
 
     <p>...then there is a <a href="#parse">parse error</a>. Emit a U+003C
      LESS-THAN SIGN character token, a U+002F SOLIDUS character token, and
-     reconsume the current input character in the <a href="#data-state">data
-     state</a>.</p>
+     switch to the <a href="#data-state">data state</a> to process the <a
+     href="#next-input">next input character</a>.</p>
 
     <p>Otherwise, if the <a href="#content2">content model flag</a> is set to
      the PCDATA state, or if the next few characters <em>do</em> match that

Modified: source
===================================================================
--- source	2007-06-13 22:51:19 UTC (rev 887)
+++ source	2007-06-14 00:59:27 UTC (rev 888)
@@ -31185,12 +31185,12 @@
 
      <dd>
 
-      <p>If the <span>next input character</span> is a U+002F SOLIDUS (/)
-      character, consume it and switch to the <span>close tag open
-      state</span>. If the <span>next input character</span> is not a U+002F
-      SOLIDUS (/) character, emit a U+003C LESS-THAN SIGN character
-      token and reconsume the current input character in the
-      <span>data state</span>.</p>
+      <p>If the <span>next input character</span> is a U+002F SOLIDUS
+      (/) character, consume it and switch to the <span>close tag open
+      state</span>. If the <span>next input character</span> is not a
+      U+002F SOLIDUS (/) character, emit a U+003C LESS-THAN SIGN
+      character token and switch to the <span>data state</span> to
+      process the <span>next input character</span>.</p>
 
      </dd>
 
@@ -31267,10 +31267,10 @@
      <li>EOF</li>
     </ul>
 
-    <p>...then there is a <span>parse error</span>. Emit a
-    U+003C LESS-THAN SIGN character token, a U+002F SOLIDUS character
-    token, and reconsume the current input character in the <span>data
-    state</span>.</p>
+    <p>...then there is a <span>parse error</span>. Emit a U+003C
+    LESS-THAN SIGN character token, a U+002F SOLIDUS character token,
+    and switch to the <span>data state</span> to process the
+    <span>next input character</span>.</p>
 
     <p>Otherwise, if the <span>content model flag</span> is set to the
     PCDATA state, or if the next few characters <em>do</em> match that tag




More information about the Commit-Watchers mailing list