[html5] r948 - /
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jun 21 21:56:24 PDT 2007
Author: ianh
Date: 2007-06-21 21:53:54 -0700 (Thu, 21 Jun 2007)
New Revision: 948
Modified:
index
source
Log:
[ct] (2) EOF in DOCTYPE should set quirks mode.
Modified: index
===================================================================
--- index 2007-06-22 04:47:17 UTC (rev 947)
+++ index 2007-06-22 04:53:54 UTC (rev 948)
@@ -34345,7 +34345,8 @@
<dt>EOF
- <dd><a href="#parse">Parse error</a>. Emit the current DOCTYPE token.
+ <dd><a href="#parse">Parse error</a>. Set the DOCTYPE token's
+ correctness flag to <i>incorrect</i>. Emit that DOCTYPE token.
Reconsume the EOF character in the <a href="#data-state">data
state</a>.
@@ -34381,7 +34382,8 @@
<dt>EOF
- <dd><a href="#parse">Parse error</a>. Emit the current DOCTYPE token.
+ <dd><a href="#parse">Parse error</a>. Set the DOCTYPE token's
+ correctness flag to <i>incorrect</i>. Emit that DOCTYPE token.
Reconsume the EOF character in the <a href="#data-state">data
state</a>.
Modified: source
===================================================================
--- source 2007-06-22 04:47:17 UTC (rev 947)
+++ source 2007-06-22 04:53:54 UTC (rev 948)
@@ -31870,8 +31870,9 @@
state</span>.</dd>
<dt>EOF</dt>
- <dd><span>Parse error</span>. Emit the current DOCTYPE token.
- Reconsume the EOF character in the <span>data state</span>.</dd>
+ <dd><span>Parse error</span>. Set the DOCTYPE token's correctness
+ flag to <i>incorrect</i>. Emit that DOCTYPE token. Reconsume the
+ EOF character in the <span>data state</span>.</dd>
<dt>Anything else</dt>
<dd>Append the current input character to the current DOCTYPE
@@ -31902,8 +31903,9 @@
state</span>.</dd>
<dt>EOF</dt>
- <dd><span>Parse error</span>. Emit the current DOCTYPE token.
- Reconsume the EOF character in the <span>data state</span>.</dd>
+ <dd><span>Parse error</span>. Set the DOCTYPE token's correctness
+ flag to <i>incorrect</i>. Emit that DOCTYPE token. Reconsume the
+ EOF character in the <span>data state</span>.</dd>
<dt>Anything else</dt>
<dd>
More information about the Commit-Watchers
mailing list