Skip to content

Commit 0169f93

Browse files
author
Jihye Hong
committed
[css-nav-1] Fix the link error
1 parent 1977777 commit 0169f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-nav-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@ Selecting the navigation algorithm: the 'spatial-navigation-function' property</
15041504
Name: spatial-navigation-function
15051505
Value: normal | grid
15061506
Initial: normal
1507-
Applies to: <a>spatial navigation focus container</a>
1507+
Applies to: <a>spatial navigation container</a>
15081508
Inherited: yes
15091509
</pre>
15101510

@@ -1545,7 +1545,7 @@ NOTE: These values are negotiated with the users' preferences which seems natura
15451545
<figcaption>Moving focus from "A" to one of the candidate elements</figcaption>
15461546
</figure>
15471547

1548-
Let the element which contains "A", "B", "C" and "D" is the <a>spatial navigation focus container</a>.
1548+
Let the element which contains "A", "B", "C" and "D" is the <a>spatial navigation container</a>.
15491549

15501550
When the user presses the down arrow key,
15511551
if <code highlight=css>normal</code> value is given to <code highlight=css>spatial-navigation-function</code> of the element, the focus will move to "B".

0 commit comments

Comments
 (0)