Skip to content

Commit cf8b6d1

Browse files
author
Jihye Hong
committed
[css-nav-1] Minor linking edit
1 parent 0e1fbcb commit cf8b6d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-nav-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ or of its nearest [=scroll container=] ancestor if it isn't.
14601460

14611461
Note: The [=scroll container=] may be scrolled as a side effect of focusing
14621462
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>.
14641464

14651465
Note: If the ''spatial-navigation-action/focus'' value is given to 'spatial-navigation-action',
14661466
<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
16111611
how to perform a scroll in a given direction without an explicit position.
16121612
Until then, we roll our own.
16131613

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>:
16151615

16161616
1. Let <var>d</var> be a User Agent defined distance.
16171617
2. Let <var>x</var> be <var>e</var>’s current scroll position on the x axis.

0 commit comments

Comments
 (0)