[html5] r1751 - /

whatwg at whatwg.org whatwg at whatwg.org
Thu Jun 12 15:36:50 PDT 2008


Author: ianh
Date: 2008-06-12 15:36:49 -0700 (Thu, 12 Jun 2008)
New Revision: 1751

Modified:
   index
   source
Log:
[e] (0) active documents are of browsing contexts, not Window objects

Modified: index
===================================================================
--- index	2008-06-12 21:40:12 UTC (rev 1750)
+++ index	2008-06-12 22:36:49 UTC (rev 1751)
@@ -29038,10 +29038,10 @@
       href="#effective3">effective script origin</a> are equal to the <a
       href="#origin0">origin</a> and <a href="#effective3">effective script
       origin</a> of the <code>Document</code> object that was the <a
-      href="#active">active document</a> of the <code><a
-      href="#window">Window</a></code> object of the browsing context from
-      which the <code>XMLHttpRequest</code> constructor was invoked. (That
-      is, they track the <code>Document</code> to which the
+      href="#active">active document</a> of the browsing context of the
+      <code><a href="#window">Window</a></code> object from which the
+      <code>XMLHttpRequest</code> constructor was invoked. (That is, they
+      track the <code>Document</code> to which the
       <code>XMLHttpRequest</code> object's <a
       href="http://dev.w3.org/2006/webapi/XMLHttpRequest-2/Overview.html#document-pointer"><code>Document</code>
       pointer</a> pointed when it was created.) <a href="#refsXHR">[XHR]</a>
@@ -34709,8 +34709,9 @@
   <p>The <code title=dom-opendatabase><a
    href="#opendatabase">openDatabase()</a></code> method must use and create
    databases from the <a href="#origin0">origin</a> of the <a
-   href="#active">active document</a> of the <code><a
-   href="#window">Window</a></code> object on which the method was invoked.
+   href="#active">active document</a> of the <a href="#browsing1">browsing
+   context</a> of the <code><a href="#window">Window</a></code> object on
+   which the method was invoked.
 
   <p>If the database version provided is not the empty string, and the
    database already exists but has a different version, then the method must
@@ -41423,10 +41424,11 @@
    <li>
     <p>If the <var title="">targetOrigin</var> argument has a value other
      than a single literal U+002A ASTERISK character ("*"), and the <a
-     href="#active">active document</a> of the <code><a
-     href="#window">Window</a></code> object on which the method was invoked
-     does not have the <a href="#same-origin">same origin</a> as <var
-     title="">targetOrigin</var>, then abort these steps silently.</p>
+     href="#active">active document</a> of the <a href="#browsing1">browsing
+     context</a> of the <code><a href="#window">Window</a></code> object on
+     which the method was invoked does not have the <a
+     href="#same-origin">same origin</a> as <var title="">targetOrigin</var>,
+     then abort these steps silently.</p>
 
    <li>
     <p>Create an event that uses the <code><a

Modified: source
===================================================================
--- source	2008-06-12 21:40:12 UTC (rev 1750)
+++ source	2008-06-12 22:36:49 UTC (rev 1751)
@@ -26704,8 +26704,8 @@
      <dd>The <span>origin</span> and <span>effective script
      origin</span> are equal to the <span>origin</span> and
      <span>effective script origin</span> of the <code>Document</code>
-     object that was the <span>active document</span> of the
-     <code>Window</code> object of the browsing context from which the
+     object that was the <span>active document</span> of the browsing context of the
+     <code>Window</code> object from which the
      <code>XMLHttpRequest</code> constructor was invoked. (That is,
      they track the <code>Document</code> to which the
      <code>XMLHttpRequest</code> object's <a
@@ -32442,8 +32442,8 @@
 
   <p>The <code title="dom-opendatabase">openDatabase()</code> method
   must use and create databases from the <span>origin</span> of the
-  <span>active document</span> of the <code>Window</code> object on
-  which the method was invoked.</p>
+  <span>active document</span> of the <span>browsing context</span> of
+  the <code>Window</code> object on which the method was invoked.</p>
 
   <p>If the database version provided is not the empty string, and the
   database already exists but has a different version, then the method
@@ -39009,10 +39009,11 @@
 
     <p>If the <var title="">targetOrigin</var> argument has a value
     other than a single literal U+002A ASTERISK character ("*"), and
-    the <span>active document</span> of the <code>Window</code> object
-    on which the method was invoked does not have the <span>same
-    origin</span> as <var title="">targetOrigin</var>, then abort
-    these steps silently.</p>
+    the <span>active document</span> of the <span>browsing
+    context</span> of the <code>Window</code> object on which the
+    method was invoked does not have the <span>same origin</span> as
+    <var title="">targetOrigin</var>, then abort these steps
+    silently.</p>
 
    </li>
 




More information about the Commit-Watchers mailing list