[html5] r4478 - [e] (0) Remove a redundant requirement in the Tag Open State. Fixing http://www. [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 5 00:06:43 PST 2010


Author: ianh
Date: 2010-01-05 00:06:37 -0800 (Tue, 05 Jan 2010)
New Revision: 4478

Modified:
   complete.html
   index
   source
Log:
[e] (0) Remove a redundant requirement in the Tag Open State.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8313

Modified: complete.html
===================================================================
--- complete.html	2010-01-05 07:54:44 UTC (rev 4477)
+++ complete.html	2010-01-05 08:06:37 UTC (rev 4478)
@@ -70317,11 +70317,6 @@
    name state</a>. (Don't emit the token yet; further details will
    be filled in before it is emitted.)</dd>
 
-   <dt>U+003E GREATER-THAN SIGN (>)</dt>
-   <dd><a href=#parse-error>Parse error</a>. Emit a U+003C LESS-THAN SIGN
-   character token and a U+003E GREATER-THAN SIGN character
-   token. Switch to the <a href=#data-state>data state</a>.</dd>
-
    <dt>U+003F QUESTION MARK (?)</dt>
    <dd><a href=#parse-error>Parse error</a>. Switch to the <a href=#bogus-comment-state>bogus
    comment state</a>.</dd>

Modified: index
===================================================================
--- index	2010-01-05 07:54:44 UTC (rev 4477)
+++ index	2010-01-05 08:06:37 UTC (rev 4478)
@@ -61944,11 +61944,6 @@
    name state</a>. (Don't emit the token yet; further details will
    be filled in before it is emitted.)</dd>
 
-   <dt>U+003E GREATER-THAN SIGN (>)</dt>
-   <dd><a href=#parse-error>Parse error</a>. Emit a U+003C LESS-THAN SIGN
-   character token and a U+003E GREATER-THAN SIGN character
-   token. Switch to the <a href=#data-state>data state</a>.</dd>
-
    <dt>U+003F QUESTION MARK (?)</dt>
    <dd><a href=#parse-error>Parse error</a>. Switch to the <a href=#bogus-comment-state>bogus
    comment state</a>.</dd>

Modified: source
===================================================================
--- source	2010-01-05 07:54:44 UTC (rev 4477)
+++ source	2010-01-05 08:06:37 UTC (rev 4478)
@@ -80243,11 +80243,6 @@
    name state</span>. (Don't emit the token yet; further details will
    be filled in before it is emitted.)</dd>
 
-   <dt>U+003E GREATER-THAN SIGN (>)</dt>
-   <dd><span>Parse error</span>. Emit a U+003C LESS-THAN SIGN
-   character token and a U+003E GREATER-THAN SIGN character
-   token. Switch to the <span>data state</span>.</dd>
-
    <dt>U+003F QUESTION MARK (?)</dt>
    <dd><span>Parse error</span>. Switch to the <span>bogus
    comment state</span>.</dd>




More information about the Commit-Watchers mailing list