- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 03 Aug 2009 10:22:19 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv9619
Modified Files:
Overview.html
Log Message:
Remove an obsolete note. (whatwg r3531)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- Overview.html 17 Jul 2009 23:05:13 -0000 1.148
+++ Overview.html 3 Aug 2009 10:22:17 -0000 1.149
@@ -174,7 +174,7 @@
<h1>Web Workers</h1>
<!--ZZZ:-->
<!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
- <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 17 July 2009</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 3 August 2009</h2>
<!--:ZZZ-->
<dl><!-- ZZZ: update the month/day (twice), (un)comment out
<dt>This Version:</dt>
@@ -242,7 +242,7 @@
specification's progress along the W3C Recommendation track.
<!--ZZZ:-->
<!--This specification is the 23 April 2009 Working Draft.-->
- This specification is the 17 July 2009 Editor's Draft.
+ This specification is the 3 August 2009 Editor's Draft.
<!--:ZZZ-->
</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 specify a part of the Web
@@ -1341,13 +1341,15 @@
"<a href="#kill-a-worker">kill a worker</a>" or "<a href="#terminate-a-worker">terminate a worker</a>"
algorithms defined below.</p>
- <p class="note">If the script gets aborted by the "<a href="#kill-a-worker">kill a
- worker</a>" algorithm, then that same algorithm will cause
+<!-- v2-onclose
+ <p class="note">If the script gets aborted by the "<span>kill a
+ worker</span>" algorithm, then that same algorithm will cause
there to only be a single <span title="concept-task">task</span>
in the <span>event loop</span> at the next step, namely the task
for the <code title="message-close">close</code> event. The
- "<a href="#terminate-a-worker">terminate a worker</a>" algorithm removes all the
+ "<span>terminate a worker</span>" algorithm removes all the
events.</p>
+-->
</li>
Received on Monday, 3 August 2009 10:22:29 UTC