[html5] r4711 - [giow] (0) Talk about parsing tasks. (missed one change) Fixing http://www.w3.or [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Feb 13 20:11:42 PST 2010
Author: ianh
Date: 2010-02-13 20:11:40 -0800 (Sat, 13 Feb 2010)
New Revision: 4711
Modified:
complete.html
index
source
Log:
[giow] (0) Talk about parsing tasks. (missed one change)
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8825
Modified: complete.html
===================================================================
--- complete.html 2010-02-14 04:09:43 UTC (rev 4710)
+++ complete.html 2010-02-14 04:11:40 UTC (rev 4711)
@@ -54351,8 +54351,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
Modified: index
===================================================================
--- index 2010-02-14 04:09:43 UTC (rev 4710)
+++ index 2010-02-14 04:11:40 UTC (rev 4711)
@@ -54250,8 +54250,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
Modified: source
===================================================================
--- source 2010-02-14 04:09:43 UTC (rev 4710)
+++ source 2010-02-14 04:11:40 UTC (rev 4711)
@@ -61241,9 +61241,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 <span>queue
+ a task</span> 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
More information about the Commit-Watchers
mailing list