CVS html5/postmsg

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

Modified Files:
	Overview.html 
Log Message:
Fix example. (whatwg r7818)

--- /sources/public/html5/postmsg/Overview.html	2013/04/11 22:00:14	1.139
+++ /sources/public/html5/postmsg/Overview.html	2013/04/12 19:38:25	1.140
@@ -216,7 +216,7 @@
 
    <h1>HTML5 Web Messaging</h1>
    
-   <h2 class="no-num no-toc" id="editor-s-draft-11-april-2013">Editor's Draft 11 April 2013</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-12-april-2013">Editor's Draft 12 April 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 11 April 2013 Editor's Draft.
+  This specification is the 12 April 2013 Editor's Draft.
   </p>
 
   
@@ -947,9 +947,9 @@
 }</pre>
 
   <p>Data sent on a port can be structured data; for example here an
-  array of strings is passed:</p>
+  array of strings is passed on a <code><a href="#messageport">MessagePort</a></code>:</p>
 
-  <pre>port1.postMessage(['hello', 'world'], 'http://example.com');</pre>
+  <pre>port1.postMessage(['hello', 'world']);</pre>
 
 
   <h4 id="examples"><span class="secno">5.1.1 </span>Examples</h4>

Received on Friday, 12 April 2013 19:38:30 UTC