You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-nav-1/Overview.bs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -543,10 +543,10 @@ the User Agent must run the steps described below:
543
543
4. Let <var>insideFirst</var> be the value of {{SpatialNavigationSearchOptions/inside}} attribute of <var>options</var>
544
544
if it is not <code>null</code>, <code>false</code> otherwise.
545
545
5. If <var>insideFirst</var> is <code>true</code>,
546
-
then let <var>bestCandidate</var> be the result of <a>selecting the best candidate</a> within element with <var>direction</var>.
546
+
then let <var>bestCandidate</var> be the result of <a>selecting the best candidate</a>among <var>areas</var>within the element with <var>direction</var>.
547
547
* If <var>bestCandidate</var> is not <code>null</code>, return <var>bestCandidate</var>.
548
548
* Else, fall back to the next step.
549
-
6. Return the result of <a>selecting the best candidate</a>within<var>areas</var> in <var>direction</var> from the element.
549
+
6. Return the result of <a>selecting the best candidate</a>among<var>areas</var> in <var>direction</var> from the element.
550
550
551
551
Note: When neither a container nor a list of candidates is provided,
552
552
this only searches through the visible focusable areas of the nearest
0 commit comments