hixie: browsing contexts don't have origins... these should have been referring to the active document. (whatwg r4774)

hixie: browsing contexts don't have origins... these should have been
referring to the active document. (whatwg r4774)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3821&r2=1.3822&f=h
http://html5.org/tools/web-apps-tracker?from=4773&to=4774

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3821
retrieving revision 1.3822
diff -u -d -r1.3821 -r1.3822
--- Overview.html 18 Feb 2010 02:41:42 -0000 1.3821
+++ Overview.html 18 Feb 2010 03:26:32 -0000 1.3822
@@ -41024,8 +41024,10 @@
      <li>If the <a href="#origin">origin</a> of the resulting <a href="#absolute-url">absolute
      URL</a> is not the same as the <a href="#origin">origin</a> of the
      <a href="#entry-script">entry script</a>'s <a href="#script-s-browsing-context" title="script's browsing
-     context">browsing context</a>, and either the <a href="#url-path" title="url-path">&lt;path&gt;</a> or <a href="#url-query" title="url-query">&lt;query&gt;</a> components of the two
-     <a href="#url" title="URL">URLs</a> compared in the previous step
+     context">browsing context</a>'s <a href="#active-document">active document</a>,
+     and either the <a href="#url-path" title="url-path">&lt;path&gt;</a> or
+     <a href="#url-query" title="url-query">&lt;query&gt;</a> components of the
+     two <a href="#url" title="URL">URLs</a> compared in the previous step
      differ, raise a <code><a href="#security_err">SECURITY_ERR</a></code> exception and abort
      these steps. (This prevents sandboxed content from spoofing other
      pages on the same origin.)</li>

Received on Thursday, 18 February 2010 03:27:19 UTC