Skip to content

Commit

Permalink
Add an active document check in "allowed to use"
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed Dec 9, 2016
1 parent bcd228e commit e89a0c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -28583,6 +28583,9 @@ interface <dfn>HTMLIFrameElement</dfn> : <span>HTMLElement</span> {
<li><p>If <var>document</var> has no <span data-x="concept-document-bc">browsing context</span>,
then return false.</p></li>

<li><p>If <var>document</var>'s <span data-x="concept-document-bc">browsing context</span>'s
<span>active document</span> is not <var>document</var>, then return false.</p></li>

<li><p>If <var>document</var>'s <span data-x="concept-document-bc">browsing context</span> is a
<span>top-level browsing context</span>, then return true.</p></li>

Expand Down

0 comments on commit e89a0c9

Please sign in to comment.