[html5] r902 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu Jun 14 18:50:02 PDT 2007


Author: ianh
Date: 2007-06-14 18:50:00 -0700 (Thu, 14 Jun 2007)
New Revision: 902

Modified:
   index
   source
Log:
[cgwt] (2) Remove all remaining magic of the < character in tokeniser.

Modified: index
===================================================================
--- index	2007-06-15 01:44:20 UTC (rev 901)
+++ index	2007-06-15 01:50:00 UTC (rev 902)
@@ -33813,12 +33813,11 @@
       0x0020 to the character's code point) to the current tag token's tag
       name. Stay in the <a href="#tag-name0">tag name state</a>.
 
-     <dt>U+003C LESS-THAN SIGN (<)
-
      <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>.
+      Reconsume the EOF character in the <a href="#data-state">data
+      state</a>.
 
      <dt>U+002F SOLIDUS (/)
 
@@ -33870,12 +33869,11 @@
       href="#permitted">permitted slash</a>. Stay in the <a
       href="#before">before attribute name state</a>.
 
-     <dt>U+003C LESS-THAN SIGN (<)
-
      <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>.
+      Reconsume the EOF character in the <a href="#data-state">data
+      state</a>.
 
      <dt>Anything else
 
@@ -33925,12 +33923,11 @@
       href="#permitted">permitted slash</a>. Switch to the <a
       href="#before">before attribute name state</a>.
 
-     <dt>U+003C LESS-THAN SIGN (<)
-
      <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>.
+      Reconsume the EOF character in the <a href="#data-state">data
+      state</a>.
 
      <dt>Anything else
 
@@ -33987,12 +33984,11 @@
       href="#permitted">permitted slash</a>. Switch to the <a
       href="#before">before attribute name state</a>.
 
-     <dt>U+003C LESS-THAN SIGN (<)
-
      <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>.
+      Reconsume the EOF character in the <a href="#data-state">data
+      state</a>.
 
      <dt>Anything else
 

Modified: source
===================================================================
--- source	2007-06-15 01:44:20 UTC (rev 901)
+++ source	2007-06-15 01:50:00 UTC (rev 902)
@@ -31420,10 +31420,9 @@
      (add 0x0020 to the character's code point) to the current tag
      token's tag name. Stay in the <span>tag name state</span>.</dd>
 
-     <dt>U+003C LESS-THAN SIGN (<)</dt>
      <dt>EOF</dt>
      <dd><span>Parse error</span>. Emit the current tag
-     token. Reconsume the character in the <span>data
+     token. Reconsume the EOF character in the <span>data
      state</span>.</dd>
 
      <dt>U+002F SOLIDUS (/)</dt>
@@ -31471,10 +31470,9 @@
      slash</span>. Stay in the <span>before attribute name
      state</span>.</dd>
 
-     <dt>U+003C LESS-THAN SIGN (<)</dt>
      <dt>EOF</dt>
      <dd><span>Parse error</span>. Emit the current tag
-     token. Reconsume the character in the <span>data
+     token. Reconsume the EOF character in the <span>data
      state</span>.</dd>
      
      <dt>Anything else</dt>
@@ -31521,10 +31519,9 @@
      slash</span>. Switch to the <span>before attribute name
      state</span>.</dd>
 
-     <dt>U+003C LESS-THAN SIGN (<)</dt>
      <dt>EOF</dt>
      <dd><span>Parse error</span>. Emit the current tag
-     token. Reconsume the character in the <span>data
+     token. Reconsume the EOF character in the <span>data
      state</span>.</dd>
 
      <dt>Anything else</dt>
@@ -31578,10 +31575,9 @@
      slash</span>. Switch to the <span>before attribute name
      state</span>.</dd>
 
-     <dt>U+003C LESS-THAN SIGN (<)</dt>
      <dt>EOF</dt>
      <dd><span>Parse error</span>. Emit the current tag
-     token. Reconsume the character in the <span>data
+     token. Reconsume the EOF character in the <span>data
      state</span>.</dd>
 
      <dt>Anything else</dt>




More information about the Commit-Watchers mailing list