Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression: define source browsing context for iframe and frame #1171

Merged
merged 1 commit into from
May 3, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -27545,6 +27545,11 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
to <var>url</var>.</p></li>
</ol>

<p>Any <span data-x="navigate">navigation</span> required of the user agent in the <span>process
the <code>iframe</code> attributes</span> algorithm must use the <code>iframe</code> element's
<span>node document</span>'s <span>browsing context</span> as the <span>source browsing
context</span>.</p>

<p>Furthermore, if the <span>active document</span> of the element's <span>child browsing
context</span> before such a <span data-x="navigate">navigation</span> was not <span>completely
loaded</span> at the time of the new <span data-x="navigate">navigation</span>, then the <span
Expand Down Expand Up @@ -112513,6 +112518,11 @@ if (s = prompt('What is your name?')) {

</dl>

<p>Any <span data-x="navigate">navigation</span> required of the user agent in the <span>process
the <code>frame</code> attributes</span> algorithm must use the <code>frame</code> element's
<span>node document</span>'s <span>browsing context</span> as the <span>source browsing
context</span>.</p>

<p>Furthermore, if the <span>active document</span> of the element's <span>child browsing
context</span> before such a <span data-x="navigate">navigation</span> was not <span>completely
loaded</span> at the time of the new <span data-x="navigate">navigation</span>, then the <span
Expand Down