- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 18 Feb 2010 03:26:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/postmsg
In directory hutz:/tmp/cvs-serv5322
Modified Files:
Overview.html
Log Message:
browsing contexts don't have origins... these should have been referring to the active document. (whatwg r4774)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/postmsg/Overview.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Overview.html 15 Feb 2010 19:11:21 -0000 1.12
+++ Overview.html 18 Feb 2010 03:26:39 -0000 1.13
@@ -281,7 +281,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-15-february-2010">Editor's Draft 15 February 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-18-february-2010">Editor's Draft 18 February 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>
@@ -375,7 +375,7 @@
specification's progress along the W3C Recommendation
track.
- This specification is the 15 February 2010 Editor's Draft.
+ This specification is the 18 February 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>This specification is part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a
larger specification</a> being produced 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
@@ -648,8 +648,8 @@
<code>Document</code> of the <code>Window</code> object on which
the method was invoked does not have the <span>same origin</span>
as the <span>entry script</span>'s <span title="script's browsing
- context">browsing context</span>, then abort these steps
- silently.</p>
+ context">browsing context</span>'s <span>active document</span>,
+ then abort these steps silently.</p>
<p>Otherwise, if the <var title="">targetOrigin</var> argument is
an <span>absolute URL</span>, and the <code>Document</code> of the
@@ -762,8 +762,8 @@
<code>Document</code> of the <code>Window</code> object on which
the method was invoked does not have the <span>same origin</span>
as the <span>entry script</span>'s <span title="script's browsing
- context">browsing context</span>, then abort these steps
- silently.</p>
+ context">browsing context</span>'s <span>active document</span>,
+ then abort these steps silently.</p>
<p>Otherwise, if the <var title="">targetOrigin</var> argument is
an <span>absolute URL</span>, and the <code>Document</code> of the
Received on Thursday, 18 February 2010 03:26:43 UTC