Skip to content

Commit

Permalink
Regression fix: define source browsing context for iframe and frame
Browse files Browse the repository at this point in the history
1490eba, from PR #484, removed the
source browsing context definition while removing the "explicit
self-navigation override". This restores the definition of source
browsing context for these elements as it was before that commit.

This fixes #1131, but note that per #1130 further changes are
required here, as browsing contexts are not a good concept to use as
source.
  • Loading branch information
annevk authored and domenic committed May 3, 2016
1 parent a021607 commit a714902
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -27568,6 +27568,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 @@ -112718,6 +112723,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

0 comments on commit a714902

Please sign in to comment.