Skip to content

Commit

Permalink
Fix "active frame element" definition
Browse files Browse the repository at this point in the history
Closes #9136 by adding a non-null browsing context check. Also updates to use "in a document tree" instead of "in a document".
  • Loading branch information
domenic authored and annevk committed Apr 28, 2023
1 parent 2f71b49 commit 625d113
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -127242,8 +127242,9 @@ interface <dfn interface>HTMLFrameSetElement</dfn> : <span>HTMLElement</span> {

<!-- START of section that's very similar to <iframe> -->

<p>A <code>frame</code> element is said to be an <dfn>active <code>frame</code> element</dfn> when
it is <span>in a document</span>.</p>
<p>A <code>frame</code> element is said to be an <dfn>active <code>frame</code> element</dfn>
when it is <span>in a document tree</span> and its <span>node document</span>'s <span
data-x="concept-document-bc">browsing context</span> is non-null.</p>
<!-- even if the parent isn't a <frameset>. In fact, even if its parent isn't being rendered at
all: https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=2721 -->

Expand Down Expand Up @@ -134528,6 +134529,7 @@ INSERT INTERFACES HERE
Lucas Gadani,
&#x0141;ukasz Pilorz,
Luke Kenneth Casson Leighton,
Luke Wilde,
Maciej Stachowiak,
Magne Andersson,
Magnus Kristiansen<!-- Dashiva -->,
Expand Down

0 comments on commit 625d113

Please sign in to comment.