We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7937629 commit e85ea3aCopy full SHA for e85ea3a
index.html
@@ -3573,6 +3573,16 @@ <h3><dfn>Switch To Parent Frame</dfn></h3>
3573
<p>The <a>remote end steps</a> are:
3574
3575
<ol>
3576
+ <li><p>Run the substeps if the <a>current browsing context</a> is already the
3577
+ <a>top-level browsing context</a>:
3578
+
3579
+ <ol>
3580
+ <li><p>If the <a>current browsing context</a> is <a>no longer
3581
+ open</a>, return <a>error</a> with <a>error code</a> <a>no such
3582
+ window</a>.
3583
+ <li><p>Return <a>success</a> with data <a><code>null</code></a>.
3584
+ </ol>
3585
3586
<li><p>If the <a>current parent browsing context</a> is <a>no longer
3587
open</a>, return <a>error</a> with <a>error code</a> <a>no such
3588
window</a>.
0 commit comments