CVS html5/postmsg

Update of /sources/public/html5/postmsg
In directory roscoe:/tmp/cvs-serv9255

Modified Files:
	Overview.html 
Log Message:
Disabled port message queues shouldn't have their messages dispatched when they're still unshipped, nor should they stall the entire message queueing mechanism. (whatwg r8153)

--- /sources/public/html5/postmsg/Overview.html	2013/08/20 17:50:02	1.149
+++ /sources/public/html5/postmsg/Overview.html	2013/08/26 17:59:48	1.150
@@ -216,7 +216,7 @@
 
    <h1>HTML5 Web Messaging</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-20-august-2013">Editor's Draft 20 August 2013</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-26-august-2013">Editor's Draft 26 August 2013</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/webmessaging/">http://www.w3.org/TR/webmessaging/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -348,7 +348,7 @@
   </dl><p>The W3C <a href="http://www.w3.org/2008/webapps/">Web Applications
   Working Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation track.
-  This specification is the 20 August 2013 Editor's Draft.
+  This specification is the 26 August 2013 Editor's Draft.
   </p>
 
   
@@ -1236,7 +1236,7 @@
   <p>Each <span>event loop</span> has a <span>task source</span> called the <dfn id="unshipped-port-message-queue">unshipped port
   message queue</dfn>. This is a virtual <span>task source</span>: it must act as if it contained
   the <span title="concept-task">tasks</span> of each <a href="#port-message-queue">port message queue</a> of each
-  <code><a href="#messageport">MessagePort</a></code> whose <a href="#has-been-shipped">has been shipped</a> flag is false, in the order in which
+  <code><a href="#messageport">MessagePort</a></code> whose <a href="#has-been-shipped">has been shipped</a> flag is false and whose <a href="#port-message-queue">port message queue</a> is enabled, in the order in which
   they were added to their respective <span>task source</span>. When a <span title="concept-task">task</span> would be removed from the <a href="#unshipped-port-message-queue">unshipped port message
   queue</a>, it must instead be removed from its <a href="#port-message-queue">port message queue</a>.</p>
 

Received on Monday, 26 August 2013 17:59:49 UTC