Skip to content

Commit d57c4c6

Browse files
committed
Regression: define source browsing context for iframe and frame
1490eba, from PR #484, removed the source browsing context definition along with "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.
1 parent 6021031 commit d57c4c6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27545,6 +27545,11 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
2754527545
to <var>url</var>.</p></li>
2754627546
</ol>
2754727547

27548+
<p>Any <span data-x="navigate">navigation</span> required of the user agent in the <span>process
27549+
the <code>iframe</code> attributes</span> algorithm must use the <code>iframe</code> element's
27550+
<span>node document</span>'s <span>browsing context</span> as the <span>source browsing
27551+
context</span>.</p>
27552+
2754827553
<p>Furthermore, if the <span>active document</span> of the element's <span>child browsing
2754927554
context</span> before such a <span data-x="navigate">navigation</span> was not <span>completely
2755027555
loaded</span> at the time of the new <span data-x="navigate">navigation</span>, then the <span
@@ -112513,6 +112518,11 @@ if (s = prompt('What is your name?')) {
112513112518

112514112519
</dl>
112515112520

112521+
<p>Any <span data-x="navigate">navigation</span> required of the user agent in the <span>process
112522+
the <code>frame</code> attributes</span> algorithm must use the <code>frame</code> element's
112523+
<span>node document</span>'s <span>browsing context</span> as the <span>source browsing
112524+
context</span>.</p>
112525+
112516112526
<p>Furthermore, if the <span>active document</span> of the element's <span>child browsing
112517112527
context</span> before such a <span data-x="navigate">navigation</span> was not <span>completely
112518112528
loaded</span> at the time of the new <span data-x="navigate">navigation</span>, then the <span

0 commit comments

Comments
 (0)