[html5] r4853 - [giow] (1) Oops, the 'list of scripts that will execute as soon as possible' was [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Mar 16 16:12:56 PDT 2010


Author: ianh
Date: 2010-03-16 16:12:54 -0700 (Tue, 16 Mar 2010)
New Revision: 4853

Modified:
   complete.html
   index
   source
Log:
[giow] (1) 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.

Modified: complete.html
===================================================================
--- complete.html	2010-03-16 23:07:29 UTC (rev 4852)
+++ complete.html	2010-03-16 23:12:54 UTC (rev 4853)
@@ -12922,14 +12922,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>
 
@@ -79551,7 +79553,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

Modified: index
===================================================================
--- index	2010-03-16 23:07:29 UTC (rev 4852)
+++ index	2010-03-16 23:12:54 UTC (rev 4853)
@@ -12821,14 +12821,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>
 
@@ -72957,7 +72959,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

Modified: source
===================================================================
--- source	2010-03-16 23:07:29 UTC (rev 4852)
+++ source	2010-03-16 23:12:54 UTC (rev 4853)
@@ -13572,14 +13572,16 @@
 
      <dd>
 
-      <p>The element must be added to the end of the <dfn>list of
-      scripts that will execute as soon as possible</dfn>.</p>
+      <p>The element must be added to the <dfn>set of scripts that
+      will execute as soon as possible</dfn>.</p>
 
       <p>The <span title="concept-task">task</span> that the
       <span>networking task source</span> places on the <span>task
       queue</span> once the <span title="fetch">fetching
       algorithm</span> has completed must <span title="executing a
-      script block">execute the script block</span>.
+      script block">execute the script block</span> and then remove
+      the element from the <span>set of scripts that will execute as
+      soon as possible</span>.</p>
 
      </dd>
 
@@ -90727,7 +90729,7 @@
    title="event-DOMContentLoaded">DOMContentLoaded</code> at the
    <code>Document</code>.</p></li>
 
-   <li><p><span>Spin the event loop</span> until the <span>list of
+   <li><p><span>Spin the event loop</span> until the <span>set of
    scripts that will execute as soon as possible</span> is
    empty.</p></li> <!-- this step is redundant with the next one,
    really, since all those scripts also delay the load event. It's




More information about the Commit-Watchers mailing list