[html5] r900 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu Jun 14 18:37:00 PDT 2007


Author: ianh
Date: 2007-06-14 18:36:58 -0700 (Thu, 14 Jun 2007)
New Revision: 900

Modified:
   index
   source
Log:
[act] (2) Slowly edge towards removing the magic that < characters do inside tags

Modified: index
===================================================================
--- index	2007-06-15 01:20:28 UTC (rev 899)
+++ index	2007-06-15 01:36:58 UTC (rev 900)
@@ -34042,13 +34042,6 @@
      <dd>Emit the current tag token. Switch to the <a href="#data-state">data
       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>.
-
      <dt>Anything else
 
      <dd>Append the current input character to the current attribute's value.
@@ -34139,13 +34132,6 @@
      <dd>Emit the current tag token. Switch to the <a href="#data-state">data
       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>.
-
      <dt>Anything else
 
      <dd>Append the current input character to the current attribute's value.

Modified: source
===================================================================
--- source	2007-06-15 01:20:28 UTC (rev 899)
+++ source	2007-06-15 01:36:58 UTC (rev 900)
@@ -31625,12 +31625,6 @@
      <dd>Emit the current tag token. Switch to the <span>data
      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
-     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)
@@ -31719,12 +31713,6 @@
      <dd>Emit the current tag token. Switch to the <span>data
      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
-     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