html5/spec Overview.html,1.3885,1.3886

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

Modified Files:
	Overview.html 
Log Message:
Make <script async> not delay DOMContentLoaded. (whatwg r4850)

Index: Overview.html
===================================================================
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:29:47 UTC