- From: poot <cvsmail@w3.org>
- Date: Wed, 17 Mar 2010 08:13:13 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: 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) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3888&r2=1.3889&f=h http://html5.org/tools/web-apps-tracker?from=4852&to=4853 =================================================================== 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:41 UTC