hixie: Make <script async> not delay DOMContentLoaded. (whatwg r4850)

hixie: Make <script async> not delay DOMContentLoaded. (whatwg r4850)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3885&r2=1.3886&f=h
http://html5.org/tools/web-apps-tracker?from=4849&to=4850

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3885
retrieving revision 1.3886
diff -u -d -r1.3885 -r1.3886
--- Overview.html 16 Mar 2010 09:00:49 -0000 1.3885
+++ Overview.html 16 Mar 2010 22:29:42 -0000 1.3886
@@ -58075,14 +58075,17 @@
 
     </ol></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
-   scripts that will execute as soon as possible</a> is
-   empty.</li>
-
    <li><p><a href="#queue-a-task">Queue a task</a> to <a href="#fire-a-simple-event">fire a simple
    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
+   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
+   here in case we add an event between this step and the next or if
+   we move the previous step (DOMContentLoaded) down again. -->
+
    <li><p><a href="#spin-the-event-loop">Spin the event loop</a> until there is nothing that
    <dfn id="delay-the-load-event" title="delay the load event">delays the load event</dfn> in
    the <code><a href="#document">Document</a></code>.</li>
@@ -68749,6 +68752,7 @@
   Brett Zamir,
   Brian Campbell,
   Brian Korver,
+  Brian Kuhn,
   Brian Ryner,
   Brian Smith,
   Brian Wilson,

Received on Tuesday, 16 March 2010 22:30:30 UTC