Skip to content

Commit

Permalink
[giow] (0) Talk about parsing tasks. (missed one change)
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8825

git-svn-id: http://svn.whatwg.org/webapps@4711 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 14, 2010
1 parent d16d015 commit 2ce4a28
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
6 changes: 4 additions & 2 deletions complete.html
Expand Up @@ -54351,8 +54351,10 @@ <h4 id=read-text><span class=secno>6.5.4 </span><dfn title=navigate-text>Page lo
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
Expand Down
6 changes: 4 additions & 2 deletions index
Expand Up @@ -54250,8 +54250,10 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
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
Expand Down
7 changes: 4 additions & 3 deletions source
Expand Up @@ -61241,9 +61241,10 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
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
Expand Down

0 comments on commit 2ce4a28

Please sign in to comment.