html5/spec Overview.html,1.3888,1.3889

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19587

Modified Files:
	Overview.html 
Log Message:
Oops, the 'list of scripts that will execute as soon as possible' was never having items removed from it. Also, it's a set, not a list. (whatwg r4853)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3888
retrieving revision 1.3889
diff -u -d -r1.3888 -r1.3889
--- Overview.html	16 Mar 2010 23:07:35 -0000	1.3888
+++ Overview.html	16 Mar 2010 23:12:59 -0000	1.3889
@@ -11105,14 +11105,16 @@
 
      <dd>
 
-      <p>The element must be added to the end of the <dfn id="list-of-scripts-that-will-execute-as-soon-as-possible">list of
-      scripts that will execute as soon as possible</dfn>.</p>
+      <p>The element must be added to the <dfn id="set-of-scripts-that-will-execute-as-soon-as-possible">set of scripts that
+      will execute as soon as possible</dfn>.</p>
 
       <p>The <a href="#concept-task" title="concept-task">task</a> that the
       <a href="#networking-task-source">networking task source</a> places on the <a href="#task-queue">task
       queue</a> once the <a href="#fetch" title="fetch">fetching
       algorithm</a> has completed must <a href="#executing-a-script-block" title="executing a
-      script block">execute the script block</a>.
+      script block">execute the script block</a> and then remove
+      the element from the <a href="#set-of-scripts-that-will-execute-as-soon-as-possible">set of scripts that will execute as
+      soon as possible</a>.</p>
 
      </dd>
 
@@ -58088,7 +58090,7 @@
    event</a> named <code title="event-DOMContentLoaded">DOMContentLoaded</code> at the
    <code><a href="#document">Document</a></code>.</li>
 
-   <li><p><a href="#spin-the-event-loop">Spin the event loop</a> until the <a href="#list-of-scripts-that-will-execute-as-soon-as-possible">list of
+   <li><p><a href="#spin-the-event-loop">Spin the event loop</a> until the <a href="#set-of-scripts-that-will-execute-as-soon-as-possible">set of
    scripts that will execute as soon as possible</a> is
    empty.</li> <!-- this step is redundant with the next one,
    really, since all those scripts also delay the load event. It's

Received on Tuesday, 16 March 2010 23:13:06 UTC