- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 04:11:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv32539 Modified Files: Overview.html Log Message: Talk about parsing tasks. (missed one change) (whatwg r4711) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3761 retrieving revision 1.3762 diff -u -d -r1.3761 -r1.3762 --- Overview.html 14 Feb 2010 04:09:48 -0000 1.3761 +++ Overview.html 14 Feb 2010 04:11:45 -0000 1.3762 @@ -41559,8 +41559,10 @@ next three are similar to the navigate-image and navigate-plugin sections; keep them all in sync --> - <p>When no more characters are available, an EOF character is - implied, which eventually causes a <code title="event-load">load</code> event to be fired.</p> + <p>When no more bytes are available, the user agent must <a href="#queue-a-task">queue + a task</a> for the parser to process the implied EOF character, + which eventually causes a <code title="event-load">load</code> event + to be fired.</p> <p>After creating the <code>Document</code> object, but potentially before the page has finished parsing, the user agent must
Received on Sunday, 14 February 2010 04:11:50 UTC