- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 24 May 2009 05:32:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv28443 Modified Files: Overview.html Log Message: Reduce the number of parse errors for EOF in DOCTYPE. (bug 6351) (credit: hs) (whatwg r3121) Index: Overview.html =================================================================== 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:32:48 UTC