Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[cgiowt] (3) Make the parser match the implementations (and not be mo…
…re even more crazy than necessary).

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17851
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@7420 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 28, 2012
1 parent c0aba9c commit efc76e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 27 September 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -90464,7 +90464,7 @@ <h5 id=rawtext-state><span class=secno>12.2.4.5 </span><dfn>RAWTEXT state</dfn><
<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>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -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 &mdash; Last Updated 27 September 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -90464,7 +90464,7 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>
<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>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -105017,7 +105017,7 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
<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>

Expand Down

0 comments on commit efc76e2

Please sign in to comment.