[html5] r1636 - /
whatwg at whatwg.org
whatwg at whatwg.org
Fri May 16 16:31:18 PDT 2008
Author: ianh
Date: 2008-05-16 16:31:17 -0700 (Fri, 16 May 2008)
New Revision: 1636
Modified:
index
source
Log:
[] (0) window.open() and window.showModalDialog() should use the script execution browsing context, not the browsing context of the Window object
Modified: index
===================================================================
--- index 2008-05-16 23:28:32 UTC (rev 1635)
+++ index 2008-05-16 23:31:17 UTC (rev 1636)
@@ -28289,9 +28289,8 @@
href="#browsing1">browsing context</a> was just created as part of the <a
href="#the-rules">the rules for chosing a browsing context given a
browsing context name</a>. The navigation must be done with the <a
- href="#browsing1">browsing context</a> of the <code><a
- href="#window">Window</a></code> object on which the method was invoked as
- the <a href="#source0">source browsing context</a>.
+ href="#script2">script execution browsing context</a> of the script that
+ invoked the method as the <a href="#source0">source browsing context</a>.
<p>The method must return the <code><a href="#window">Window</a></code>
object of the default view of the <a href="#browsing1">browsing
@@ -29499,9 +29498,9 @@
<li>
<p><a href="#navigate">Navigate</a> the new browsing context to <var
title="">url</var>, with <a href="#replacement">replacement enabled</a>,
- and with the <a href="#browsing1">browsing context</a> of the <code><a
- href="#window">Window</a></code> object on which the method was invoked
- as the <a href="#source0">source browsing context</a>.</p>
+ and with the <a href="#script2">script execution browsing context</a> of
+ the script that invoked the method as the <a href="#source0">source
+ browsing context</a>.</p>
<li>
<p>Wait for the browsing context to be closed. (The user agent must allow
@@ -31711,7 +31710,7 @@
href="#assign">assign()</a></code> and <code title=dom-location-replace><a
href="#replace">replace()</a></code> methods must be done with the <a
href="#script2">script execution browsing context</a> of the script that
- called the method as the <a href="#source0">source browsing context</a>.
+ invoked the method as the <a href="#source0">source browsing context</a>.
<p>Relative <var title="">url</var> arguments for <code
title=dom-location-assign><a href="#assign">assign()</a></code> and <code
Modified: source
===================================================================
--- source 2008-05-16 23:28:32 UTC (rev 1635)
+++ source 2008-05-16 23:31:17 UTC (rev 1636)
@@ -26009,9 +26009,8 @@
<span>browsing context</span> was just created as part of the
<span>the rules for chosing a browsing context given a browsing
context name</span>. The navigation must be done with the
- <span>browsing context</span> of the <code>Window</code> object on
- which the method was invoked as the <span>source browsing
- context</span>.</p>
+ <span>script execution browsing context</span> of the script that
+ invoked the method as the <span>source browsing context</span>.</p>
<p>The method must return the <code>Window</code> object of the
default view of the <span>browsing context</span> that was
@@ -27269,9 +27268,9 @@
<p><span>Navigate</span> the new browsing context to <var
title="">url</var>, with <span>replacement enabled</span>, and
- with the <span>browsing context</span> of the <code>Window</code>
- object on which the method was invoked as the <span>source
- browsing context</span>.</p>
+ with the <span>script execution browsing context</span> of the
+ script that invoked the method as the <span>source browsing
+ context</span>.</p>
</li>
@@ -29553,7 +29552,7 @@
title="dom-location-assign">assign()</code> and <code
title="dom-location-replace">replace()</code> methods must be done
with the <span>script execution browsing context</span> of the
- script that called the method as the <span>source browsing
+ script that invoked the method as the <span>source browsing
context</span>.</p>
<p>Relative <var title="">url</var> arguments for <code
More information about the Commit-Watchers
mailing list