hixie: Remove an obsolete note. (whatwg r3531)

hixie: Remove an obsolete note. (whatwg r3531)

http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.148&r2=1.149&f=h
http://html5.org/tools/web-apps-tracker?from=3530&to=3531

===================================================================
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:23:12 UTC