Skip to content

Commit 7f94c8b

Browse files
committed
check caller's inclusive descendants
1 parent 9f5c7c9 commit 7f94c8b

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

source

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82543,9 +82543,21 @@ dictionary <dfn dictionary>CommandEventInit</dfn> : <span>EventInit</span> {
8254382543
<li><p>If <var>target</var>'s <span>relevant global object</span> has <span>transient
8254482544
activation</span>, then return true.</p></li>
8254582545

82546-
<li><p>If running the <span>has focus steps</span> given any of the
82547-
<span data-x="inclusive descendant navigables">inclusive descendant navigables</span> of
82548-
<var>target</var> returns true, return true.</p></li>
82546+
<li><p>Let <var>parentDocument</var> be the <span>entry global object</span>'s
82547+
<span data-x="concept-document-window">associated <code>Document</code></span>.</p></li>
82548+
82549+
<li>
82550+
<p>For each <var>navigable</var> in the <span>inclusive descendant navigables</span> of
82551+
<var>parentDocument</var>:</p>
82552+
82553+
<ol>
82554+
<li><p>Let <var>descendantDocument</var> be <var>navigable</var>'s
82555+
<span data-x="nav-document">active document</span>.</p></li>
82556+
82557+
<li><p>If running the <span>has focus steps</span> given <var>descendantDocument</var> returns
82558+
true, then return true.</p></li>
82559+
</ol>
82560+
</li>
8254982561

8255082562
<li><p>Return false.</p></li>
8255182563
</ol>
@@ -147980,6 +147992,7 @@ INSERT INTERFACES HERE
147980147992
Félix Sanz,
147981147993
Felix Sasaki,
147982147994
Fernando Altomare Serboncini,
147995+
Fernando Fiori,
147983147996
Forbes Lindesay,
147984147997
Francesco Schwarz,
147985147998
Francis Brosnan Blazquez,

0 commit comments

Comments
 (0)