Skip to content

Commit

Permalink
[giow] (3) Make window.open() security aspects more consistent with r…
Browse files Browse the repository at this point in the history
…eality.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18242
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@7985 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 18, 2013
1 parent 6d607da commit 3335b12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -65356,7 +65356,7 @@ <h4 id=apis-for-creating-and-navigating-browsing-contexts-by-name><span class=se
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>
Expand Down
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -65356,7 +65356,7 @@ END:VCARD</pre>
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>
Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -72869,7 +72869,7 @@ END:VCARD</pre>
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
Expand Down

0 comments on commit 3335b12

Please sign in to comment.