[html5] r7420 - [cgiowt] (3) Make the parser match the implementations (and not be more even mor [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 27 17:03:59 PDT 2012


Author: ianh
Date: 2012-09-27 17:03:58 -0700 (Thu, 27 Sep 2012)
New Revision: 7420

Modified:
   complete.html
   index
   source
Log:
[cgiowt] (3) Make the parser match the implementations (and not be more even more crazy than necessary).
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17851
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2012-09-27 23:42:49 UTC (rev 7419)
+++ complete.html	2012-09-28 00:03:58 UTC (rev 7420)
@@ -249,7 +249,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 27 September 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 28 September 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -90464,7 +90464,7 @@
    <a href=#current-input-character>current input character</a> as a character token.</dd>
 
    <dt>Anything else</dt>
-   <dd>Switch to the <a href=#script-data-state>script data state</a>. Emit a U+003C
+   <dd>Switch to the <a href=#script-data-escaped-state>script data escaped state</a>. Emit a U+003C
    LESS-THAN SIGN character token. Reconsume the <a href=#current-input-character>current
    input character</a>.</dd>
 

Modified: index
===================================================================
--- index	2012-09-27 23:42:49 UTC (rev 7419)
+++ index	2012-09-28 00:03:58 UTC (rev 7420)
@@ -249,7 +249,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 27 September 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 28 September 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -90464,7 +90464,7 @@
    <a href=#current-input-character>current input character</a> as a character token.</dd>
 
    <dt>Anything else</dt>
-   <dd>Switch to the <a href=#script-data-state>script data state</a>. Emit a U+003C
+   <dd>Switch to the <a href=#script-data-escaped-state>script data escaped state</a>. Emit a U+003C
    LESS-THAN SIGN character token. Reconsume the <a href=#current-input-character>current
    input character</a>.</dd>
 

Modified: source
===================================================================
--- source	2012-09-27 23:42:49 UTC (rev 7419)
+++ source	2012-09-28 00:03:58 UTC (rev 7420)
@@ -105017,7 +105017,7 @@
    <span>current input character</span> as a character token.</dd>
 
    <dt>Anything else</dt>
-   <dd>Switch to the <span>script data state</span>. Emit a U+003C
+   <dd>Switch to the <span>script data escaped state</span>. Emit a U+003C
    LESS-THAN SIGN character token. Reconsume the <span>current
    input character</span>.</dd>
 




More information about the Commit-Watchers mailing list