File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -76664,9 +76664,11 @@ partial interface <span id="NavigatorUserActivation-partial">Navigator</span> {
76664
76664
76665
76665
<dd>
76666
76666
<ol>
76667
- <li><p>If <var>focus target</var> is a <span>shadow-including inclusive ancestor</span> of the
76668
- <span>currently focused area of a top-level traversable</span>'s <span>DOM anchor</span>, then
76669
- return null.</p></li>
76667
+ <li><p>Let <var>focusedElement</var> be the <span>currently focused area of a top-level
76668
+ traversable</span>'s <span>DOM anchor</span>.</p></li>
76669
+
76670
+ <li><p>If <var>focus target</var> is a <span>shadow-including inclusive ancestor</span> of
76671
+ <var>focusedElement</var>, then return <var>focusedElement</var>.</p></li>
76670
76672
76671
76673
<li><p>Return the <span>focus delegate</span> for <var>focus target</var> given <var>focus
76672
76674
trigger</var>.</p></li>
You can’t perform that action at this time.
0 commit comments