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
+7-9Lines changed: 7 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1089,19 +1089,17 @@ run the following steps:
1089
1089
then return it.
1090
1090
3. Otherwise, return <var>searchOrigin</var>.
1091
1091
1092
-
If the focus status changes not by the spatial navigation, the <var>searchOrigin</var> is set from the <var>old focus target</var> as following:
1093
-
1. If <var>old focus target</var> becomes out of the viewport by scrolling,
1094
-
then let <var>searchOrigin</var> be the scroll container which triggers the scroll behavior.
1095
-
2. If <var>old focus target</var> becomes
1092
+
If the status of <var>old focus target</var> changed not by the spatial navigation,
1093
+
the <var>searchOrigin</var> is set from the <var>old focus target</var> as following:
1094
+
1. If <var>old focus target</var> becomes
1096
1095
<a>actually disabled</a> or
1097
1096
<a>expressly inert</a> or
1098
1097
not <a>being rendered</a>,
1099
1098
then let <var>searchOrigin</var> be the [=boundary box=] of <var>old focus target</var>.
1100
-
3. If <var>old focus target</var> is <a>removed</a>,
1101
-
then let <var>searchOrigin</var> be the [=boundary box=] of <var>old focus target</var>.
1102
-
4. Otherwise,
1103
-
let <var>searchOrigin</var> be the viewport of <var>old focus target</var>'s Document.
1104
-
1099
+
2. If <var>old focus target</var> is <a>removed</a>,
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>.
0 commit comments