- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 12 Jun 2008 22:36:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26521
Modified Files:
Overview.html
Log Message:
active documents are of browsing contexts, not Window objects (whatwg r1751)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.940
retrieving revision 1.941
diff -u -d -r1.940 -r1.941
--- Overview.html 12 Jun 2008 21:43:59 -0000 1.940
+++ Overview.html 12 Jun 2008 22:36:54 -0000 1.941
@@ -29142,10 +29142,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="#references">[XHR]</a>
@@ -34813,8 +34813,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
@@ -41527,10 +41528,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
Received on Thursday, 12 June 2008 22:37:31 UTC