- From: poot <cvsmail@w3.org>
- Date: Fri, 17 Jun 2011 05:54:58 -0400
- To: public-html-diffs@w3.org
postmsg; hixie: Make structured clone handle getters. (whatwg r6185) http://dev.w3.org/cvsweb/html5/postmsg/Overview.html?r1=1.85&r2=1.86&f=h http://html5.org/tools/web-apps-tracker?from=6184&to=6185 =================================================================== RCS file: /sources/public/html5/postmsg/Overview.html,v retrieving revision 1.85 retrieving revision 1.86 diff -u -d -r1.85 -r1.86 --- Overview.html 1 Jun 2011 17:43:22 -0000 1.85 +++ Overview.html 3 Jun 2011 20:20:29 -0000 1.86 @@ -211,7 +211,7 @@ <h1>HTML5 Web Messaging</h1> - <h2 class="no-num no-toc" id="editor-s-draft-1-june-2011">Editor's Draft 1 June 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-3-june-2011">Editor's Draft 3 June 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> @@ -311,7 +311,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 1 June 2011 Editor's Draft. + This specification is the 3 June 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 @@ -903,9 +903,6 @@ (if any), then throw an <code>INVALID_STATE_ERR</code> exception.</li> - <li><p>If there is no <var title="">target port</var> (i.e. if <var title="">source port</var> is not entangled), then abort these - steps.</li> - <li><p>Create an event that uses the <code><a href="#messageevent">MessageEvent</a></code> interface, with the name <code title="event-message"><a href="#event-message">message</a></code>, which does not bubble, is not cancelable, and has no default action.</li> @@ -951,6 +948,8 @@ </ol></li> + <li><p>If there is no <var title="">target port</var> (i.e. if <var title="">source port</var> is not entangled), then abort these + steps.</li> <li><p>Add the event to the <a href="#port-message-queue">port message queue</a> of <var title="">target port</var>.</li> </ol><hr><p>The <dfn id="dom-messageport-start" title="dom-MessagePort-start"><code>start()</code></dfn>
Received on Friday, 17 June 2011 09:54:59 UTC