We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd228e commit e89a0c9Copy full SHA for e89a0c9
source
@@ -28583,6 +28583,9 @@ interface <dfn>HTMLIFrameElement</dfn> : <span>HTMLElement</span> {
28583
<li><p>If <var>document</var> has no <span data-x="concept-document-bc">browsing context</span>,
28584
then return false.</p></li>
28585
28586
+ <li><p>If <var>document</var>'s <span data-x="concept-document-bc">browsing context</span>'s
28587
+ <span>active document</span> is not <var>document</var>, then return false.</p></li>
28588
+
28589
<li><p>If <var>document</var>'s <span data-x="concept-document-bc">browsing context</span> is a
28590
<span>top-level browsing context</span>, then return true.</p></li>
28591
0 commit comments