- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 Dec 2009 01:19:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26784
Modified Files:
Overview.html
Log Message:
another inappropriate mention for the complete spec. (whatwg r4396)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3516
retrieving revision 1.3517
diff -u -d -r1.3516 -r1.3517
--- Overview.html 2 Dec 2009 09:40:15 -0000 1.3516
+++ Overview.html 3 Dec 2009 01:19:11 -0000 1.3517
@@ -215,7 +215,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-2-december-2009">Editor's Draft 2 December 2009</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-3-december-2009">Editor's Draft 3 December 2009</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>
@@ -308,7 +308,7 @@
specification's progress along the W3C Recommendation
track.
- This specification is the 2 December 2009 Editor's Draft.
+ This specification is the 3 December 2009 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
what was previously the HTML4, XHTML1, and DOM2 HTML
@@ -42979,9 +42979,11 @@
context</a> always has an <a href="#event-loop">event loop</a> coordinating
its activities.</p>
+
<p class="note">Other specifications can define new kinds of event
loops that aren't associated with browsing contexts; in particular,
the Web Workers specification does so.</p>
+
<p>An <a href="#event-loop">event loop</a> has one or more <dfn id="task-queue" title="task
queue">task queues</dfn>. A <a href="#task-queue">task queue</a> is an ordered
Received on Thursday, 3 December 2009 01:19:16 UTC