CVS html5/postmsg

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

Modified Files:
	Overview.html 
Log Message:
Cleanup (whatwg r7919)

--- /sources/public/html5/postmsg/Overview.html	2013/06/04 00:08:15	1.143
+++ /sources/public/html5/postmsg/Overview.html	2013/06/06 20:01:23	1.144
@@ -216,7 +216,7 @@
 
    <h1>HTML5 Web Messaging</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-4-june-2013">Editor's Draft 4 June 2013</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-6-june-2013">Editor's Draft 6 June 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 4 June 2013 Editor's Draft.
+  This specification is the 6 June 2013 Editor's Draft.
   </p>
 
   
@@ -1273,8 +1273,8 @@
     <p>Associate the two ports to be entangled, so that they form the two parts of a new channel.
     (There is no <code><a href="#messagechannel">MessageChannel</a></code> object that represents this channel.)</p>
 
-    <p>Two ports A and B that have gone through this step are now said to be entangled; one is
-    entangled to the other, and vice versa.</p>
+    <p>Two ports <var title="">A</var> and <var title="">B</var> that have gone through this step
+    are now said to be entangled; one is entangled to the other, and vice versa.</p>
 
     <p class="note">While this specification describes this process as instantaneous,
     implementations are more likely to implement it via message passing. As with all algorithms, the

Received on Thursday, 6 June 2013 20:01:24 UTC