html5/workers Overview.html,1.58,1.59

Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv9626

Modified Files:
	Overview.html 
Log Message:
Clarify that the closing flag doesn't empty the queue. (credit: js) (whatwg r66)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- Overview.html	12 Nov 2008 23:38:07 -0000	1.58
+++ Overview.html	12 Nov 2008 23:48:17 -0000	1.59
@@ -1458,7 +1458,8 @@
    href="#workerglobalscope">WorkerGlobalScope</a></code>'s <a
    href="#closing" title=dom-WorkerGlobalScope-closing>closing</a> flag is
    set to true, the queue must discard anything else that would be added to
-   it. Effectively, once the <a href="#closing"
+   it (existing already on the queue is unaffected unless otherwise
+   specified). Effectively, once the <a href="#closing"
    title=dom-WorkerGlobalScope-closing>closing</a> flag is true, timers stop
    firing, notifications for all pending asynchronous operations are dropped,
    etc.
@@ -2178,7 +2179,7 @@
        href="#importscripts">importScripts()</a></code> method.</p>
 
       <p>If the "<a href="#kill-a">kill a worker</a>" or "<a
-       href="#terminate">terminate a worker</a>" algoriths abort the script
+       href="#terminate">terminate a worker</a>" algorithms abort the script
        then abort all these steps.</p>
     </ol>
   </ol>

Received on Wednesday, 12 November 2008 23:48:29 UTC