- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Mar 2012 23:43:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7190
Modified Files:
Overview.html
Log Message:
fix up some xrefs (whatwg r7019)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5604
retrieving revision 1.5605
diff -u -d -r1.5604 -r1.5605
--- Overview.html 5 Mar 2012 17:55:09 -0000 1.5604
+++ Overview.html 6 Mar 2012 23:43:22 -0000 1.5605
@@ -320,7 +320,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor-s-draft-5-march-2012">Editor's Draft 5 March 2012</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-6-march-2012">Editor's Draft 6 March 2012</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -467,7 +467,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 5 March 2012 Editor's Draft.
+ This specification is the 6 March 2012 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -52240,11 +52240,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>
@@ -52257,13 +52256,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
Received on Tuesday, 6 March 2012 23:43:31 UTC