- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Aug 2011 14:59:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2580
Modified Files:
Overview.html
Log Message:
references for w3c side (whatwg r6374)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5089
retrieving revision 1.5090
diff -u -d -r1.5089 -r1.5090
--- Overview.html 4 Aug 2011 23:36:44 -0000 1.5089
+++ Overview.html 5 Aug 2011 14:58:56 -0000 1.5090
@@ -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-4-august-2011">Editor's Draft 4 August 2011</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-5-august-2011">Editor's Draft 5 August 2011</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>
@@ -466,7 +466,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 4 August 2011 Editor's Draft.
+ This specification is the 5 August 2011 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
@@ -50114,7 +50114,11 @@
<p class="note">The <code><a href="#windowtimers">WindowTimers</a></code> interface adds to the
<code><a href="#window">Window</a></code> interface and the <code>WorkerUtils</code>
- interface (part of Web Workers).</p>
+ interface (part of Web Workers).
+
+ <a href="#refsWEBWORKERS">[WEBWORKERS]</a>
+
+ </p>
<p>Each object that implements the <code><a href="#windowtimers">WindowTimers</a></code>
interface has a <dfn id="list-of-active-timeouts">list of active timeouts</dfn> and a <dfn id="list-of-active-intervals">list
Received on Friday, 5 August 2011 14:59:02 UTC