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-2
Original file line number
Diff line number
Diff line change
@@ -1460,7 +1460,7 @@ or of its nearest [=scroll container=] ancestor if it isn't.
1460
1460
1461
1461
Note: The [=scroll container=] may be scrolled as a side effect of focusing
1462
1462
an element which was previously not in view,
1463
-
but it will not be scrolled directly.
1463
+
but it will not <a>be directionally scrolled</a>.
1464
1464
1465
1465
Note: If the ''spatial-navigation-action/focus'' value is given to 'spatial-navigation-action',
1466
1466
<a event>navnotarget</a> event occurs when there isn’t any visible candidate in the given direction within the viewport of
@@ -1611,7 +1611,7 @@ Issue(w3c/csswg-drafts#2323): [[CSSOM-VIEW-1]] should probably define
1611
1611
how to perform a scroll in a given direction without an explicit position.
1612
1612
Until then, we roll our own.
1613
1613
1614
-
To <dfn lt="directionally scroll an element | directionally scroll the element">directionally scroll an element</dfn><var>e</var> in direction <var>dir</var>:
1614
+
To <dfn lt="directionally scroll an element | directionally scroll the element | be directionally scrolled">directionally scroll an element</dfn><var>e</var> in direction <var>dir</var>:
1615
1615
1616
1616
1. Let <var>d</var> be a User Agent defined distance.
1617
1617
2. Let <var>x</var> be <var>e</var>’s current scroll position on the x axis.
0 commit comments