Skip to content

Commit 7937629

Browse files
authored
"Release Actions" has to check for current and not top-level browsing context (#1555)
Fixes #1540
1 parent 99f7ced commit 7937629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8989,7 +8989,7 @@ <h3><dfn>Release Actions</dfn></h3>
89898989
<p>The <a>remote end steps</a> are:
89908990

89918991
<ol>
8992-
<li><p>If the <a>current top-level browsing context</a> is <a>no longer open</a>,
8992+
<li><p>If the <a>current browsing context</a> is <a>no longer open</a>,
89938993
return <a>error</a> with <a>error code</a> <a>no such window</a>.
89948994

89958995
<li><p>Let <var>undo actions</var> be equal to the

0 commit comments

Comments
 (0)