Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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

git-svn-id: http://svn.whatwg.org/webapps@8479 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 20, 2014
1 parent f96b199 commit de62ed4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 19 February 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -71892,7 +71892,7 @@ <h5 id=processing-model-4><span class=secno>7.1.4.2 </span>Processing model</h5>

<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>
Expand Down Expand Up @@ -72010,7 +72010,7 @@ <h5 id=processing-model-4><span class=secno>7.1.4.2 </span>Processing model</h5>

<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>
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -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 &mdash; Last Updated 19 February 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -71892,7 +71892,7 @@ dictionary <dfn id=erroreventinit>ErrorEventInit</dfn> : <a href=#eventinit>Even

<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>
Expand Down Expand Up @@ -72010,7 +72010,7 @@ dictionary <dfn id=erroreventinit>ErrorEventInit</dfn> : <a href=#eventinit>Even

<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>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -80289,7 +80289,7 @@ dictionary <dfn>ErrorEventInit</dfn> : <span>EventInit</span> {

<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>
Expand Down Expand Up @@ -80427,7 +80427,7 @@ dictionary <dfn>ErrorEventInit</dfn> : <span>EventInit</span> {

<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>
Expand Down

0 comments on commit de62ed4

Please sign in to comment.