Reduce the number of parse errors for EOF in DOCTYPE. (bug 6351) (credit: hs) (whatwg r3121)

Reduce the number of parse errors for EOF in DOCTYPE. (bug 6351)
(credit: hs) (whatwg r3121)
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6351

Diffs for this change per section: 
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2279.html#doctype-state

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2278&r2=1.2279&f=h
http://html5.org/tools/web-apps-tracker?from=3120&to=3121

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2278
retrieving revision 1.2279
diff -u -d -r1.2278 -r1.2279
--- Overview.html 24 May 2009 05:15:12 -0000 1.2278
+++ Overview.html 24 May 2009 05:32:35 -0000 1.2279
@@ -54555,6 +54555,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>

Received on Sunday, 24 May 2009 05:34:43 UTC