[html5] r2997 - [cgiowt] (2) Make the parser pause flag become true earlier than it has done bef [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Apr 26 21:08:58 PDT 2009
Author: ianh
Date: 2009-04-26 21:08:57 -0700 (Sun, 26 Apr 2009)
New Revision: 2997
Modified:
index
source
Log:
[cgiowt] (2) Make the parser pause flag become true earlier than it has done before. (credit: kg)
Modified: index
===================================================================
--- index 2009-04-27 03:17:34 UTC (rev 2996)
+++ index 2009-04-27 04:08:57 UTC (rev 2997)
@@ -56941,9 +56941,18 @@
<li><p>Let the <a href=#insertion-point>insertion point</a> be just before the
<a href=#next-input-character>next input character</a>.</li>
+ <li><p>Increment the parser's <a href=#script-nesting-level>script nesting level</a>
+ by one (it should be zero before this step, so this sets it to
+ one).</li>
+
<li><p><a href=#executing-a-script-block title="executing a script block">Execute the
script</a>.</li>
+ <li><p>Decrement the parser's <a href=#script-nesting-level>script nesting level</a>
+ by one. If the parser's <a href=#script-nesting-level>script nesting level</a> is
+ zero (which it always should be at this point), then set the
+ <a href=#parser-pause-flag>parser pause flag</a> to false.</p>
+
<li><p>Let the <a href=#insertion-point>insertion point</a> be undefined
again.</li>
Modified: source
===================================================================
--- source 2009-04-27 03:17:34 UTC (rev 2996)
+++ source 2009-04-27 04:08:57 UTC (rev 2997)
@@ -69604,9 +69604,18 @@
<li><p>Let the <span>insertion point</span> be just before the
<span>next input character</span>.</p></li>
+ <li><p>Increment the parser's <span>script nesting level</span>
+ by one (it should be zero before this step, so this sets it to
+ one).</p></li>
+
<li><p><span title="executing a script block">Execute the
script</span>.</p></li>
+ <li><p>Decrement the parser's <span>script nesting level</span>
+ by one. If the parser's <span>script nesting level</span> is
+ zero (which it always should be at this point), then set the
+ <span>parser pause flag</span> to false.</p>
+
<li><p>Let the <span>insertion point</span> be undefined
again.</p></li>
More information about the Commit-Watchers
mailing list