- From: poot <cvsmail@w3.org>
- Date: Thu, 9 Dec 2010 07:16:10 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Don't spin the event loop before each script in the parser, only do it if necessary. (whatwg r5716) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4580&r2=1.4581&f=h http://html5.org/tools/web-apps-tracker?from=5715&to=5716 =================================================================== 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:16:39 UTC