File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -82543,9 +82543,22 @@ 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 data-x="entry-global-object">entry global
82547+ object</span>'s <span data-x="concept-document-window">associated <code>Document</code></span>.
82548+ </p></li>
82549+
82550+ <li>
82551+ <p>For each <var>navigable</var> in the <span data-x="inclusive descendant
82552+ navigables">inclusive descendant navigables</span> of <var>parentDocument</var>:</p>
82553+
82554+ <ol>
82555+ <li><p>Let <var>descendantDocument</var> be <var>navigable</var>'s
82556+ <span data-x="nav-document">active document</span>.</p></li>
82557+
82558+ <li><p>If running the <span>has focus steps</span> given <var>descendantDocument</var> returns
82559+ true, then return true.</p></li>
82560+ </ol>
82561+ </li>
8254982562
8255082563 <li><p>Return false.</p></li>
8255182564 </ol>
@@ -147980,6 +147993,7 @@ INSERT INTERFACES HERE
147980147993 Félix Sanz,
147981147994 Felix Sasaki,
147982147995 Fernando Altomare Serboncini,
147996+ Fernando Fiori,
147983147997 Forbes Lindesay,
147984147998 Francesco Schwarz,
147985147999 Francis Brosnan Blazquez,
You can’t perform that action at this time.
0 commit comments