- From: CVS User ihickson <cvsmail@w3.org>
- Date: Wed, 12 Jun 2013 23:46:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/postmsg
In directory roscoe:/tmp/cvs-serv29428
Modified Files:
Overview.html
Log Message:
Integrate ArrayBuffer structured cloning (whatwg r7972)
--- /sources/public/html5/postmsg/Overview.html 2013/06/11 21:45:28 1.145
+++ /sources/public/html5/postmsg/Overview.html 2013/06/12 23:46:53 1.146
@@ -216,7 +216,7 @@
<h1>HTML5 Web Messaging</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-11-june-2013">Editor's Draft 11 June 2013</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-12-june-2013">Editor's Draft 12 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 11 June 2013 Editor's Draft.
+ This specification is the 12 June 2013 Editor's Draft.
</p>
@@ -1191,7 +1191,7 @@
// event handlers
attribute <span>EventHandler</span> <a href="#handler-messageport-onmessage" title="handler-MessagePort-onmessage">onmessage</a>;
};
-<a href="#messageport">MessagePort</a> implements <span>Transferable</span>;</pre>
+// <a href="#messageport">MessagePort</a> implements <span>Transferable</span>;</pre>
<dl class="domintro"><dt><var title="">port</var> . <code title="dom-MessagePort-postMessage"><a href="#dom-messageport-postmessage">postMessage</a></code>(<var title="">message</var> [, <var title="">transfer</var>] )</dt>
Received on Wednesday, 12 June 2013 23:46:54 UTC