- From: poot <cvsmail@w3.org>
- Date: Thu, 18 Mar 2010 08:50:59 +0900 (JST)
- To: public-html-diffs@w3.org
postmsg; hixie: Fix meaning of 'live' throughout. Hide a Window object that had leaked out instead of turning into a WindowProxy object. Fix a note that had rotted. (whatwg r4857) http://dev.w3.org/cvsweb/html5/postmsg/Overview.html?r1=1.24&r2=1.25&f=h http://html5.org/tools/web-apps-tracker?from=4856&to=4857 =================================================================== RCS file: /sources/public/html5/postmsg/Overview.html,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- Overview.html 4 Mar 2010 07:07:22 -0000 1.24 +++ Overview.html 17 Mar 2010 23:50:50 -0000 1.25 @@ -283,7 +283,7 @@ <h1>HTML5 Web Messaging</h1> <h2 class="no-num no-toc" id="generatedID"></h2> - <h2 class="no-num no-toc" id="editor-s-draft-4-march-2010">Editor's Draft 4 March 2010</h2> + <h2 class="no-num no-toc" id="editor-s-draft-17-march-2010">Editor's Draft 17 March 2010</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/postmsg/">http://www.w3.org/TR/postmsg/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -377,7 +377,7 @@ specification's progress along the W3C Recommendation track. - This specification is the 4 March 2010 Editor's Draft. + This specification is the 17 March 2010 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>The contents of this specification are also part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a specification</a> published by the <a href="http://www.whatwg.org/">WHATWG</a>, which is available under a license that permits reuse of the specification text.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><!-- (this text is from the RDFa+HTML spec --><p>This specification is an extension to the HTML5 language. All @@ -672,9 +672,9 @@ set to the <span title="Unicode serialization of an origin">Unicode serialization</span> of the <span>origin</span> of the script that invoked the method, and the <code title="dom-MessageEvent-source"><a href="#dom-messageevent-source">source</a></code> attribute must be - set to the <span>script's global object</span>.</p> <!-- - invariant: the global object is always a Window if the script can - see this method --> + set to the <span>script's global object</span>'s + <code>WindowProxy</code> object.</p> <!-- invariant: the global + object is always a Window if the script can see this method --> </li> @@ -785,9 +785,9 @@ set to the <span title="Unicode serialization of an origin">Unicode serialization</span> of the <span>origin</span> of the script that invoked the method, and the <code title="dom-MessageEvent-source"><a href="#dom-messageevent-source">source</a></code> attribute must be - set to the <span>script's global object</span>.</p> <!-- - invariant: the global object is always a Window if the script can - see this method --> + set to the <span>script's global object</span>'s + <code>WindowProxy</code> object.</p> <!-- invariant: the global + object is always a Window if the script can see this method --> </li> @@ -807,9 +807,9 @@ </li> - </ol><p class="note">These steps, with the exception of the second and - third steps and the penultimate step, are identical to those in the - previous section.</p> + </ol><p class="note">These steps, with the exception of the third, + fourth, and fifth steps and the penultimate step, are identical to + those in the previous section.</p> <!-- v2: we can merge this section and the previous section when implementations have shipped postMessage(). Anne asked that these
Received on Wednesday, 17 March 2010 23:51:28 UTC