Skip to content

Commit e89a0c9

Browse files
committed
Add an active document check in "allowed to use"
Part of #2143 and w3c/payment-request#361
1 parent bcd228e commit e89a0c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source

+3
Original file line numberDiff line numberDiff line change
@@ -28583,6 +28583,9 @@ interface <dfn>HTMLIFrameElement</dfn> : <span>HTMLElement</span> {
2858328583
<li><p>If <var>document</var> has no <span data-x="concept-document-bc">browsing context</span>,
2858428584
then return false.</p></li>
2858528585

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+
2858628589
<li><p>If <var>document</var>'s <span data-x="concept-document-bc">browsing context</span> is a
2858728590
<span>top-level browsing context</span>, then return true.</p></li>
2858828591

0 commit comments

Comments
 (0)