- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 07 Jun 2012 22:44:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/postmsg
In directory hutz:/tmp/cvs-serv6399
Modified Files:
Overview.html
Log Message:
Fix some typos or copypasta. (whatwg r7125)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/postmsg/Overview.html,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- Overview.html 1 Jun 2012 22:44:16 -0000 1.118
+++ Overview.html 7 Jun 2012 22:44:05 -0000 1.119
@@ -216,7 +216,7 @@
<h1>HTML5 Web Messaging</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-1-june-2012">Editor's Draft 1 June 2012</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-7-june-2012">Editor's Draft 7 June 2012</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>
@@ -350,7 +350,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 1 June 2012 Editor's Draft.
+ This specification is the 7 June 2012 Editor's Draft.
</p>
@@ -934,7 +934,7 @@
communicate directly, authors can use <a href="#channel-messaging">channel
messaging</a>.</p>
- <p>Communication channels in this mechanisms are implemented as
+ <p>Communication channels in this mechanism are implemented as
two-ways pipes, with a port at each end. Messages sent in one port
are delivered at the other port, and vice-versa. Messages are
asynchronous, and delivered as DOM events.</p>
Received on Thursday, 7 June 2012 22:44:11 UTC