[html5] r3121 - [ct] (0) Reduce the number of parse errors for EOF in DOCTYPE. (bug 6351) (credi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat May 23 22:32:31 PDT 2009
Author: ianh
Date: 2009-05-23 22:32:29 -0700 (Sat, 23 May 2009)
New Revision: 3121
Modified:
index
source
Log:
[ct] (0) Reduce the number of parse errors for EOF in DOCTYPE. (bug 6351) (credit: hs)
Modified: index
===================================================================
--- index 2009-05-24 05:15:07 UTC (rev 3120)
+++ index 2009-05-24 05:32:29 UTC (rev 3121)
@@ -60671,6 +60671,11 @@
<dt>U+0020 SPACE</dt>
<dd>Switch to the <a href=#before-doctype-name-state>before DOCTYPE name state</a>.</dd>
+ <dt>EOF</dt>
+ <dd><a href=#parse-error>Parse error</a>. Create a new DOCTYPE token. Set its
+ <i>force-quirks flag</i> to <i>on</i>. Emit the token. Reconsume
+ the EOF character in the <a href=#data-state>data state</a>.</dd>
+
<dt>Anything else</dt>
<dd><a href=#parse-error>Parse error</a>. Reconsume the current
character in the <a href=#before-doctype-name-state>before DOCTYPE name state</a>.</dd>
Modified: source
===================================================================
--- source 2009-05-24 05:15:07 UTC (rev 3120)
+++ source 2009-05-24 05:32:29 UTC (rev 3121)
@@ -74378,6 +74378,11 @@
<dt>U+0020 SPACE</dt>
<dd>Switch to the <span>before DOCTYPE name state</span>.</dd>
+ <dt>EOF</dt>
+ <dd><span>Parse error</span>. Create a new DOCTYPE token. Set its
+ <i>force-quirks flag</i> to <i>on</i>. Emit the token. Reconsume
+ the EOF character in the <span>data state</span>.</dd>
+
<dt>Anything else</dt>
<dd><span>Parse error</span>. Reconsume the current
character in the <span>before DOCTYPE name state</span>.</dd>
More information about the Commit-Watchers
mailing list