[html5] r7985 - [giow] (3) Make window.open() security aspects more consistent with reality. Fix [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 18 12:47:30 PDT 2013


Author: ianh
Date: 2013-06-18 12:47:29 -0700 (Tue, 18 Jun 2013)
New Revision: 7985

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Make window.open() security aspects more consistent with reality.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18242
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2013-06-18 00:24:03 UTC (rev 7984)
+++ complete.html	2013-06-18 19:47:29 UTC (rev 7985)
@@ -65356,7 +65356,7 @@
   context</a> was just created as part of <a href=#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name>the rules for choosing a browsing context given a
   browsing context name</a>, then <a href=#replacement-enabled title="replacement enabled">replacement must be
   enabled</a>. The navigation must be done with the <a href="#script's-browsing-context" title="script's browsing
-  context">browsing context</a> of the <a href=#entry-script>entry script</a> as the <a href=#source-browsing-context>source browsing
+  context">browsing context</a> of the <span>incument script</span> as the <a href=#source-browsing-context>source browsing
   context</a>. If the <a href=#resolve-a-url>resolve a URL</a> algorithm failed, then the user agent may either
   instead <a href=#navigate>navigate</a> to an inline error page, using the same replacement behavior and
   source browsing context behavior as described earlier in this paragraph; or treat the <var title="">url</var> as "<code><a href=#about:blank>about:blank</a></code>", acting as described in the next paragraph.</p>

Modified: index
===================================================================
--- index	2013-06-18 00:24:03 UTC (rev 7984)
+++ index	2013-06-18 19:47:29 UTC (rev 7985)
@@ -65356,7 +65356,7 @@
   context</a> was just created as part of <a href=#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name>the rules for choosing a browsing context given a
   browsing context name</a>, then <a href=#replacement-enabled title="replacement enabled">replacement must be
   enabled</a>. The navigation must be done with the <a href="#script's-browsing-context" title="script's browsing
-  context">browsing context</a> of the <a href=#entry-script>entry script</a> as the <a href=#source-browsing-context>source browsing
+  context">browsing context</a> of the <span>incument script</span> as the <a href=#source-browsing-context>source browsing
   context</a>. If the <a href=#resolve-a-url>resolve a URL</a> algorithm failed, then the user agent may either
   instead <a href=#navigate>navigate</a> to an inline error page, using the same replacement behavior and
   source browsing context behavior as described earlier in this paragraph; or treat the <var title="">url</var> as "<code><a href=#about:blank>about:blank</a></code>", acting as described in the next paragraph.</p>

Modified: source
===================================================================
--- source	2013-06-18 00:24:03 UTC (rev 7984)
+++ source	2013-06-18 19:47:29 UTC (rev 7985)
@@ -72869,7 +72869,7 @@
   context</span> was just created as part of <span>the rules for choosing a browsing context given a
   browsing context name</span>, then <span title="replacement enabled">replacement must be
   enabled</span>. The navigation must be done with the <span title="script's browsing
-  context">browsing context</span> of the <span>entry script</span> as the <span>source browsing
+  context">browsing context</span> of the <span>incument script</span> as the <span>source browsing
   context</span>. If the <span>resolve a URL</span> algorithm failed, then the user agent may either
   instead <span>navigate</span> to an inline error page, using the same replacement behavior and
   source browsing context behavior as described earlier in this paragraph; or treat the <var




More information about the Commit-Watchers mailing list