Skip to content

Commit

Permalink
[ct] (0) Reduce the number of errors in truncated doctypes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1685 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 23, 2008
1 parent 86932b3 commit 8e5ebda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -44217,8 +44217,8 @@ function receiver(e) {

<dt>EOF

<dd><a href="#parse1">Parse error</a>. Emit the DOCTYPE token. Reconsume
the EOF character in the <a href="#data-state">data state</a>.
<dd>Emit the DOCTYPE token. Reconsume the EOF character in the <a
href="#data-state">data state</a>.

<dt>Anything else

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -41730,8 +41730,8 @@ function receiver(e) {
state</span>.</dd>

<dt>EOF</dt>
<dd><span>Parse error</span>. Emit the DOCTYPE token. Reconsume
the EOF character in the <span>data state</span>.</dd>
<dd>Emit the DOCTYPE token. Reconsume the EOF character in the
<span>data state</span>.</dd>

<dt>Anything else</dt>
<dd>Stay in the <span>bogus DOCTYPE state</span>.</dd>
Expand Down

0 comments on commit 8e5ebda

Please sign in to comment.