- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 21 Jul 2008 12:50:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes
In directory hutz:/tmp/cvs-serv13838
Modified Files:
Overview.html Overview.src.html
Log Message:
minor clarification
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.html,v
retrieving revision 1.323
retrieving revision 1.324
diff -u -d -r1.323 -r1.324
--- Overview.html 21 Jul 2008 12:47:39 -0000 1.323
+++ Overview.html 21 Jul 2008 12:50:05 -0000 1.324
@@ -36,7 +36,7 @@
of the changes without necessarily needing to read the
specification itself.</p>
<div class="ednote"><h4 class="ednoteHeader">Editorial note</h4><p>This document was generated on
- <b>2008-07-21T21:47:15+09:00</b>.</p></div></div>
+ <b>2008-07-21T21:49:46+09:00</b>.</p></div></div>
<div id="status">
<h2>Status of this Document</h2>
<p><em>
@@ -588,12 +588,12 @@
method
now has, in addition to its existing
<a href="http://www.w3.org/TR/html5/single-page/#postmessage"><code class="method">postMessage(<var>message</var>,
- <var>targetOrigin</var>)</code></a> form (“two
- argument” form), a
+ <var>targetOrigin</var>)</code></a> form, a
<a href="http://www.w3.org/TR/html5/single-page/#postmessage0"><code class="method">postMessage(<var>message</var>,
<var>messagePort</var>,
- <var>targetOrigin</var>)</code></a> form (“three
- argument” form).</li>
+ <var>targetOrigin</var>)</code></a> form (which adds the
+ <var>messagePort</var> argument as an additional
+ argument).</li>
<li>The “Network connections” section was extensively
rewritten and re-titled <a href="http://www.w3.org/TR/html5/single-page/#network">Web sockets</a>. It defines a <code>WebSocket</code>
interface (which essentially replaces the
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/pubnotes/Overview.src.html,v
retrieving revision 1.315
retrieving revision 1.316
diff -u -d -r1.315 -r1.316
--- Overview.src.html 21 Jul 2008 12:47:39 -0000 1.315
+++ Overview.src.html 21 Jul 2008 12:50:05 -0000 1.316
@@ -95,14 +95,14 @@
now has, in addition to its existing
<a href=http://www.w3.org/TR/html5/single-page/#postmessage
><code class=method>postMessage(<var>message</var>,
- <var>targetOrigin</var>)</code></a> form (“two
- argument” form), a
+ <var>targetOrigin</var>)</code></a> form, a
<a href=http://www.w3.org/TR/html5/single-page/#postmessage0
><code
class=method>postMessage(<var>message</var>,
<var>messagePort</var>,
- <var>targetOrigin</var>)</code></a> form (“three
- argument” form).</li>
+ <var>targetOrigin</var>)</code></a> form (which adds the
+ <var>messagePort</var> argument as an additional
+ argument).</li>
<li>The “Network connections” section was extensively
rewritten and re-titled <a
href=http://www.w3.org/TR/html5/single-page/#network
Received on Monday, 21 July 2008 12:50:42 UTC