html5/spec Overview.html,1.4580,1.4581

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

Modified Files:
	Overview.html 
Log Message:
Don't spin the event loop before each script in the parser, only do it if necessary. (whatwg r5716)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4580
retrieving revision 1.4581
diff -u -d -r1.4580 -r1.4581
--- Overview.html	8 Dec 2010 22:04:23 -0000	1.4580
+++ Overview.html	8 Dec 2010 22:14:20 -0000	1.4581
@@ -59769,7 +59769,10 @@
        for this instance of the <a href="#html-parser">HTML parser</a>, such that
        the <a href="#event-loop">event loop</a> will not run <a href="#concept-task" title="concept-task">tasks</a> that invoke the <a href="#tokenization" title="tokenization">tokenizer</a>.</li>
 
-       <li><p><a href="#spin-the-event-loop">Spin the event loop</a> until the parser's
+       <li><p>If the parser's <code><a href="#document">Document</a></code> <a href="#has-a-style-sheet-that-is-blocking-scripts">has a style
+       sheet that is blocking scripts</a> or <var title="">the
+       script</var>'s <a href="#ready-to-be-parser-executed">"ready to be parser-executed"</a> flag
+       is not set: <a href="#spin-the-event-loop">spin the event loop</a> until the parser's
        <code><a href="#document">Document</a></code> <a href="#has-no-style-sheet-that-is-blocking-scripts">has no style sheet that is blocking
        scripts</a> and <var title="">the script</var>'s
        <a href="#ready-to-be-parser-executed">"ready to be parser-executed"</a> flag is

Received on Wednesday, 8 December 2010 22:14:26 UTC