Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) fix up some xrefs
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16142
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7019 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 6, 2012
1 parent ef5a939 commit 167d920
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 23 deletions.
15 changes: 7 additions & 8 deletions complete.html
Expand Up @@ -68274,11 +68274,10 @@ <h5 id=processing-model-2><span class=secno>7.1.4.2 </span>Processing model</h5>
loop</a>.</li>

</ol><hr><p>When a user agent is to <dfn id=perform-a-microtask-checkpoint>perform a microtask
checkpoint</dfn>, if the <var title="">running mutation
observers</var> flag is false, then the user agent must run the
following steps:</p>
checkpoint</dfn>, if the <a href=#running-mutation-observers>running mutation observers</a>
flag is false, then the user agent must run the following steps:</p>

<ol><li><p>Let <var title="">running mutation observers</var> be
<ol><li><p>Let the <a href=#running-mutation-observers>running mutation observers</a> flag be
true.</li>

<li>
Expand All @@ -68291,13 +68290,13 @@ <h5 id=processing-model-2><span class=secno>7.1.4.2 </span>Processing model</h5>
<p class=note>This will typically fire scripted callbacks, which
calls the <a href=#jump-to-a-code-entry-point>jump to a code entry-point</a> algorithm, which
calls this <a href=#perform-a-microtask-checkpoint>perform a microtask checkpoint</a> algorithm
again, which is why we use the <var><a href=#running-mutation-observers>running mutation
observers</a></var> flag to avoid reentrancy.</p>
again, which is why we use the <a href=#running-mutation-observers>running mutation
observers</a> flag to avoid reentrancy.</p>

</li>

<li><p>Let <var title="">running mutation observers</var> be
false.</li>
<li><p>Let the <span>running mutation observers flag be
false.</span></li>

</ol><hr><p>When the user agent is to <dfn id=provide-a-stable-state>provide a stable state</dfn>, if
any asynchronously-running algorithms are <dfn id=await-a-stable-state title="await a stable
Expand Down
15 changes: 7 additions & 8 deletions index
Expand Up @@ -68274,11 +68274,10 @@ interface <dfn id=navigatoronline>NavigatorOnLine</dfn> {
loop</a>.</li>

</ol><hr><p>When a user agent is to <dfn id=perform-a-microtask-checkpoint>perform a microtask
checkpoint</dfn>, if the <var title="">running mutation
observers</var> flag is false, then the user agent must run the
following steps:</p>
checkpoint</dfn>, if the <a href=#running-mutation-observers>running mutation observers</a>
flag is false, then the user agent must run the following steps:</p>

<ol><li><p>Let <var title="">running mutation observers</var> be
<ol><li><p>Let the <a href=#running-mutation-observers>running mutation observers</a> flag be
true.</li>

<li>
Expand All @@ -68291,13 +68290,13 @@ interface <dfn id=navigatoronline>NavigatorOnLine</dfn> {
<p class=note>This will typically fire scripted callbacks, which
calls the <a href=#jump-to-a-code-entry-point>jump to a code entry-point</a> algorithm, which
calls this <a href=#perform-a-microtask-checkpoint>perform a microtask checkpoint</a> algorithm
again, which is why we use the <var><a href=#running-mutation-observers>running mutation
observers</a></var> flag to avoid reentrancy.</p>
again, which is why we use the <a href=#running-mutation-observers>running mutation
observers</a> flag to avoid reentrancy.</p>

</li>

<li><p>Let <var title="">running mutation observers</var> be
false.</li>
<li><p>Let the <span>running mutation observers flag be
false.</span></li>

</ol><hr><p>When the user agent is to <dfn id=provide-a-stable-state>provide a stable state</dfn>, if
any asynchronously-running algorithms are <dfn id=await-a-stable-state title="await a stable
Expand Down
13 changes: 6 additions & 7 deletions source
Expand Up @@ -79802,13 +79802,12 @@ interface <dfn>NavigatorOnLine</dfn> {
<hr>

<p>When a user agent is to <dfn>perform a microtask
checkpoint</dfn>, if the <var title="">running mutation
observers</var> flag is false, then the user agent must run the
following steps:</p>
checkpoint</dfn>, if the <span>running mutation observers</span>
flag is false, then the user agent must run the following steps:</p>

<ol>

<li><p>Let <var title="">running mutation observers</var> be
<li><p>Let the <span>running mutation observers</span> flag be
true.</p></li>

<li>
Expand All @@ -79821,12 +79820,12 @@ interface <dfn>NavigatorOnLine</dfn> {
<p class="note">This will typically fire scripted callbacks, which
calls the <span>jump to a code entry-point</span> algorithm, which
calls this <span>perform a microtask checkpoint</span> algorithm
again, which is why we use the <var>running mutation
observers</var> flag to avoid reentrancy.</p>
again, which is why we use the <span>running mutation
observers</span> flag to avoid reentrancy.</p>

</li>

<li><p>Let <var title="">running mutation observers</var> be
<li><p>Let the <span>running mutation observers</var> flag be
false.</p></li>

</ol>
Expand Down

0 comments on commit 167d920

Please sign in to comment.