- From: CVS User ihickson <cvsmail@w3.org>
- Date: Wed, 12 Mar 2014 23:15:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/postmsg
In directory roscoe:/tmp/cvs-serv26478
Modified Files:
Overview.html
Log Message:
Fix some missing mentions of 'fillRule' in the canvas domintro (whatwg r8542)
--- /sources/public/html5/postmsg/Overview.html 2014/02/03 20:30:00 1.167
+++ /sources/public/html5/postmsg/Overview.html 2014/03/12 23:15:41 1.168
@@ -216,7 +216,7 @@
<h1>HTML5 Web Messaging</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-3-february-2014">Editor's Draft 3 February 2014</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-12-march-2014">Editor's Draft 12 March 2014</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 3 February 2014 Editor's Draft.
+ This specification is the 12 March 2014 Editor's Draft.
</p>
@@ -707,7 +707,7 @@
<h3 id="posting-messages"><span class="secno">4.3 </span>Posting messages</h3>
- <dl class="domintro"><dt><var title="">window</var> . <code title="dom-window-postMessage"><a href="#dom-window-postmessage">postMessage</a></code>(<var title="">message</var>, <var title="">targetOrigin</var> [, <var title="">transfer</var> ])</dt>
+ <dl class="domintro"><dt><var title="">window</var> . <code title="dom-window-postMessage"><a href="#dom-window-postmessage">postMessage</a></code>(<var title="">message</var>, <var title="">targetOrigin</var> [, <var title="">transfer</var> ] )</dt>
<dd>
Received on Wednesday, 12 March 2014 23:15:42 UTC