html5/spec Overview.html,1.5193,1.5194

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

Modified Files:
	Overview.html 
Log Message:
Explain ordering of setTimeout() calls better (whatwg r6492)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5193
retrieving revision 1.5194
diff -u -d -r1.5193 -r1.5194
--- Overview.html	17 Aug 2011 21:27:06 -0000	1.5193
+++ Overview.html	17 Aug 2011 21:36:51 -0000	1.5194
@@ -50721,9 +50721,32 @@
 
    </li>
 
-   <li><p>Wait until any invocations of this algorithm started before
-   this one whose <var title="">timeout</var> is equal to or less than
-   this one's have completed.</li>
+   <li>
+
+    <p>Wait until any invocations of this algorithm started before
+    this one whose <var title="">timeout</var> is equal to or less
+    than this one's have completed.</p>
[...2623 lines suppressed...]
 
-  </div><p>Thanks to the many sources that provided inspiration for the
-  examples used in the specification.<p>Thanks also to the Microsoft blogging community for some ideas,
+  </div>
+
+  <p>Thanks to the many sources that provided inspiration for the
+  examples used in the specification.</p>
+
+
+  <p>Thanks also to the Microsoft blogging community for some ideas,
   to the attendees of the W3C Workshop on Web Applications and
   Compound Documents for inspiration, to the #mrt crew, the #mrt.no
   crew, and the #whatwg crew, and to Pillar and Hedral for their ideas
-  and support.</p>
\ No newline at end of file
+  and support.</p>
+
+  
+
+ </ol></div>

Received on Wednesday, 17 August 2011 21:37:00 UTC