[html5] r7019 - [e] (0) fix up some xrefs Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id= [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Mar 6 15:43:16 PST 2012


Author: ianh
Date: 2012-03-06 15:43:15 -0800 (Tue, 06 Mar 2012)
New Revision: 7019

Modified:
   complete.html
   index
   source
Log:
[e] (0) fix up some xrefs
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16142
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-03-06 23:29:49 UTC (rev 7018)
+++ complete.html	2012-03-06 23:43:15 UTC (rev 7019)
@@ -68274,11 +68274,10 @@
    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>
@@ -68291,13 +68290,13 @@
     <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

Modified: index
===================================================================
--- index	2012-03-06 23:29:49 UTC (rev 7018)
+++ index	2012-03-06 23:43:15 UTC (rev 7019)
@@ -68274,11 +68274,10 @@
    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>
@@ -68291,13 +68290,13 @@
     <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

Modified: source
===================================================================
--- source	2012-03-06 23:29:49 UTC (rev 7018)
+++ source	2012-03-06 23:43:15 UTC (rev 7019)
@@ -79802,13 +79802,12 @@
   <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>
@@ -79821,12 +79820,12 @@
     <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>




More information about the Commit-Watchers mailing list