hixie: Talk about parsing tasks. (missed one change) (whatwg r4711)

hixie: Talk about parsing tasks. (missed one change) (whatwg r4711)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3761&r2=1.3762&f=h
http://html5.org/tools/web-apps-tracker?from=4710&to=4711

===================================================================
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:12:25 UTC