Skip to content

Commit e143e7e

Browse files
author
Jihye Hong
committed
Modify the description more precisely
1 parent 00362d2 commit e143e7e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-nav-1/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@ the proper spatial navigation behavior.
12731273
Else, the focus moves to the candidates in the viewport.
12741274

12751275
<dt><dfn>focus</dfn>
1276-
<dd>The directional input moves the focus to the candidates(visible or not). The user cannot manually scroll the container.
1276+
<dd>The directional input moves the focus to all candidates inside a scroll container. The user cannot manually scroll the container.
12771277

12781278
NOTE: If the 'focus' value is given to 'spatial-navigation-action', 'navnotarget' event occurs
12791279
when there isn’t any visible candidate in the spatial navigation container no matter what it can be scrolled more or not.
@@ -1286,8 +1286,9 @@ the proper spatial navigation behavior.
12861286
</dl>
12871287

12881288
<div class=example>
1289-
In this example, there is an element which is out of the view within a scrollable element.
1290-
Pressing the down arrow key moves the focus directly to it without scrolling mannually.
1289+
In this example, a scrollable container is specified with `spatial-navigation-action: focus`.
1290+
Inside the container, there is an element which is out of the view within a <a>scrollport</a>.
1291+
Pressing the down arrow key moves the focus directly to it without scrolling manually.
12911292

12921293
<figure>
12931294
<img alt="" src="images/spatnav-action.png" style="width: 500px;"/>

0 commit comments

Comments
 (0)