Skip to content

Commit

Permalink
Editorial: say "top-level browsing context" in "allowed to use"
Browse files Browse the repository at this point in the history
This is clearer and is a style used elsewhere, e.g.:
https://html.spec.whatwg.org/#fully-active
https://html.spec.whatwg.org/#allowed-to-navigate

Follow-up to whatwg#1492.
  • Loading branch information
foolip authored and Alice Boxhall committed Jan 7, 2019
1 parent d50f8e4 commit da9726b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -28690,8 +28690,8 @@ 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> has
no <span>browsing context container</span>, then return true.</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>

<li><p>If <var>document</var>'s <span data-x="concept-document-bc">browsing context</span> has a
<span>browsing context container</span> that is an <code>iframe</code> element with an
Expand Down

0 comments on commit da9726b

Please sign in to comment.