- From: poot <cvsmail@w3.org>
- Date: Tue, 13 Dec 2011 21:00:45 -0500
- To: public-html-diffs@w3.org
postmsg; hixie: typo (whatwg r6852)
http://dev.w3.org/cvsweb/html5/postmsg/Overview.html?r1=1.111&r2=1.112&f=h
http://html5.org/tools/web-apps-tracker?from=6851&to=6852
===================================================================
RCS file: /sources/public/html5/postmsg/Overview.html,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- Overview.html 28 Nov 2011 23:04:50 -0000 1.111
+++ Overview.html 7 Dec 2011 23:24:23 -0000 1.112
@@ -215,7 +215,7 @@
<h1>HTML5 Web Messaging</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-28-november-2011">Editor's Draft 28 November 2011</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-7-december-2011">Editor's Draft 7 December 2011</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>
@@ -317,7 +317,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 28 November 2011 Editor's Draft.
+ This specification is the 7 December 2011 Editor's Draft.
</p><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
February 2004 W3C Patent Policy</a>. W3C maintains a <a href="http://www.w3.org/2004/01/pp-impl/42538/status" rel="disclosure">public list of
any patent disclosures</a> made in connection with the deliverables
@@ -961,7 +961,7 @@
<p>Each <code><a href="#messageport">MessagePort</a></code> object can be entangled with
another (a symmetric relationship). Each <code><a href="#messageport">MessagePort</a></code>
object also has a <span>task source</span> called the <dfn id="port-message-queue">port
- message queue</dfn>, initial empty. A <a href="#port-message-queue">port message
+ message queue</dfn>, initially empty. A <a href="#port-message-queue">port message
queue</a> can be enabled or disabled, and is initially
disabled. Once enabled, a port can never be disabled again (though
messages in the queue can get moved to another queue or removed
Received on Wednesday, 14 December 2011 02:00:56 UTC