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-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1097,17 +1097,17 @@ run the following steps:
1097
1097
then return it.
1098
1098
3. Otherwise, return <var>searchOrigin</var>.
1099
1099
1100
-
If the status of <var>old focus target</var> changed not by moving the focus,
1100
+
If the status of <var>focus target</var> changed not by moving the focus,
1101
1101
<dfn lt="update the search origin | updating the search origin">update the <a>search origin</a></dfn> as following:
1102
-
1. If <var>old focus target</var>is
1102
+
1. If <var>focus target</var>becomes
1103
1103
<a>actually disabled</a> or
1104
1104
<a>expressly inert</a> or
1105
1105
not <a>being rendered</a>,
1106
-
then let <var>searchOrigin</var> be the [=boundary box=] of <var>old focus target</var>.
1107
-
2. If <var>old focus target</var> is <a>removed</a>,
1108
-
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.
1109
-
3. If <var>old focus target</var> is completely off-screen,
1110
-
then let <var>searchOrigin</var> be the viewport of <var>old focus target</var>'s <a>spatial navigation container</a>.
1106
+
then let <var>searchOrigin</var> be the [=boundary box=] of <var>focus target</var>.
1107
+
2. If <var>focus target</var> is <a>removed</a>,
1108
+
then let <var>searchOrigin</var> be the [=boundary box=] of <var>focus target</var> with the position of <var>focus target</var> when it existed.
1109
+
3. If <var>focus target</var> is completely off-screen,
1110
+
then let <var>searchOrigin</var> be the viewport of <var>focus target</var>'s nearest visible<a>spatial navigation container</a>.
0 commit comments