[html5] r8479 - [giow] (0) Don't provide a stable state when parsing reentrantly, for more consi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Feb 20 11:04:58 PST 2014
Author: ianh
Date: 2014-02-20 11:04:57 -0800 (Thu, 20 Feb 2014)
New Revision: 8479
Modified:
complete.html
index
source
Log:
[giow] (0) Don't provide a stable state when parsing reentrantly, for more consistency with when we run microtask checkpoints
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24361
Affected topics: DOM APIs
Modified: complete.html
===================================================================
--- complete.html 2014-02-19 22:39:15 UTC (rev 8478)
+++ complete.html 2014-02-20 19:04:57 UTC (rev 8479)
@@ -298,7 +298,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 19 February 2014</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 20 February 2014</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -71892,7 +71892,7 @@
<ol><li><p><a href=#perform-a-microtask-checkpoint>Perform a microtask checkpoint</a>.</li>
- <li><p><a href=#provide-a-stable-state>Provide a stable state</a>.</li>
+ <li><p>If the <a href=#stack-of-script-settings-objects>stack of script settings objects</a> is empty, <a href=#provide-a-stable-state>provide a stable state</a>.</li>
<li><p>If necessary, update the rendering or user interface of any <code><a href=#document>Document</a></code> or
<a href=#browsing-context>browsing context</a> to reflect the current state.</li>
@@ -72010,7 +72010,7 @@
<p class=note>This either causes the <a href=#event-loop>event loop</a> to move on to the second step of
its processing model, or causes the <a href=#perform-a-microtask-checkpoint>perform a microtask checkpoint</a> algorithm to
- move on to its next step, depending on how the <span class=concept-task>task</span> came to be
+ move on to its next step, depending on how the <a href=#concept-task title=concept-task>task</a> came to be
run.</p>
</li>
Modified: index
===================================================================
--- index 2014-02-19 22:39:15 UTC (rev 8478)
+++ index 2014-02-20 19:04:57 UTC (rev 8479)
@@ -298,7 +298,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 19 February 2014</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 20 February 2014</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -71892,7 +71892,7 @@
<ol><li><p><a href=#perform-a-microtask-checkpoint>Perform a microtask checkpoint</a>.</li>
- <li><p><a href=#provide-a-stable-state>Provide a stable state</a>.</li>
+ <li><p>If the <a href=#stack-of-script-settings-objects>stack of script settings objects</a> is empty, <a href=#provide-a-stable-state>provide a stable state</a>.</li>
<li><p>If necessary, update the rendering or user interface of any <code><a href=#document>Document</a></code> or
<a href=#browsing-context>browsing context</a> to reflect the current state.</li>
@@ -72010,7 +72010,7 @@
<p class=note>This either causes the <a href=#event-loop>event loop</a> to move on to the second step of
its processing model, or causes the <a href=#perform-a-microtask-checkpoint>perform a microtask checkpoint</a> algorithm to
- move on to its next step, depending on how the <span class=concept-task>task</span> came to be
+ move on to its next step, depending on how the <a href=#concept-task title=concept-task>task</a> came to be
run.</p>
</li>
Modified: source
===================================================================
--- source 2014-02-19 22:39:15 UTC (rev 8478)
+++ source 2014-02-20 19:04:57 UTC (rev 8479)
@@ -80289,7 +80289,7 @@
<li><p><span>Perform a microtask checkpoint</span>.</p></li>
- <li><p><span>Provide a stable state</span>.</p></li>
+ <li><p>If the <span>stack of script settings objects</span> is empty, <span>provide a stable state</span>.</p></li>
<li><p>If necessary, update the rendering or user interface of any <code>Document</code> or
<span>browsing context</span> to reflect the current state.</p></li>
@@ -80427,7 +80427,7 @@
<p class="note">This either causes the <span>event loop</span> to move on to the second step of
its processing model, or causes the <span>perform a microtask checkpoint</span> algorithm to
- move on to its next step, depending on how the <span class="concept-task">task</span> came to be
+ move on to its next step, depending on how the <span data-x="concept-task">task</span> came to be
run.</p>
</li>
More information about the Commit-Watchers
mailing list