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
+5-4
Original file line number
Diff line number
Diff line change
@@ -1089,17 +1089,18 @@ run the following steps:
1089
1089
then return it.
1090
1090
3. Otherwise, return <var>searchOrigin</var>.
1091
1091
1092
-
If the status of <var>old focus target</var> changed not by the spatial navigation,
1092
+
If the status of <var>old focus target</var> changed not by moving the focus,
1093
1093
<dfn lt="update the search origin | updating the search origin">update the <a>search origin</a></dfn> as following:
1094
-
1. If <var>old focus target</var>becomes
1094
+
1. If <var>old focus target</var>is
1095
1095
<a>actually disabled</a> or
1096
1096
<a>expressly inert</a> or
1097
1097
not <a>being rendered</a>,
1098
1098
then let <var>searchOrigin</var> be the [=boundary box=] of <var>old focus target</var>.
1099
1099
2. If <var>old focus target</var> is <a>removed</a>,
1100
1100
then let <var>searchOrigin</var> be the [=boundary box=] of <var>old focus target</var> with the position of <var>old focus target</var> when it existed.
1101
-
3. Otherwise,
1102
-
let <var>searchOrigin</var> be the viewport of <var>old focus target</var>'s <a>spatial navigation container</a>.
1101
+
3. If <var>old focus target</var> is completely off-screen,
1102
+
then let <var>searchOrigin</var> be the viewport of <var>old focus target</var>'s <a>spatial navigation container</a>.
0 commit comments