CVS html5/postmsg

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

Modified Files:
	Overview.html 
Log Message:
Updates for r8297, fixing <option> to treat 'dirtiness' correctly, and r8336, fixing 'error' events sent to MessagePort objects to not race messages sent from those ports (or, worse, the event that the port is delivered on...). (whatwg r8341)

--- /sources/public/html5/postmsg/Overview.html	2013/12/07 01:22:44	1.159
+++ /sources/public/html5/postmsg/Overview.html	2013/12/11 17:41:29	1.160
@@ -216,7 +216,7 @@
 
    <h1>HTML5 Web Messaging</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-7-december-2013">Editor's Draft 7 December 2013</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-11-december-2013">Editor's Draft 11 December 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 7 December 2013 Editor's Draft.
+  This specification is the 11 December 2013 Editor's Draft.
   </p>
 
   
@@ -1454,9 +1454,9 @@
    is not entangled), or if <var title="">target port</var> is suffering the same fate as <var title="">source port</var> (e.g. if both ports are in the same host process), then abort these
    steps.</li>
 
-   <li><p><span>Queue a task</span> to <span>fire a simple event</span> named <code title="event-error">error</code> at <var title="">target port</var>. The <span title="concept-task">task</span> must be associated with the <span>responsible document</span>
-   specified by <var title="">source port</var>'s <a href="#concept-port-owner" title="concept-port-owner">owner</a>,
-   and must use the <span>DOM manipulation task source</span>.</li>
+
+   <li><p>Create a <span title="concept-task">task</span> that <span title="fire a simple event">fires a simple event</span> named <code title="event-error">error</code> at <var title="">target port</var>, and add it to the <a href="#port-message-queue">port message queue</a> of <var title="">target port</var>. The <span title="concept-task">task</span> must be associated with the <span>responsible document</span>
+   specified by <var title="">source port</var>'s <a href="#concept-port-owner" title="concept-port-owner">owner</a>.</li>
 
    <li><p>Disentangle the two ports.</li>
 

Received on Wednesday, 11 December 2013 17:41:33 UTC