Skip to content

Commit 2c969dd

Browse files
author
Jihye Hong
authored
Update explainer.md
1 parent a8c9b13 commit 2c969dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

explainer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ There were the properties about the directional focus navigation in the CSS Basi
4848
// nav-right, nav-down, nav-left have same values as nav-up below
4949
nav-up: auto | <id> [ current | root | <target-name> ]?
5050
```
51-
- The properties determine which element to navigate the focus in response to the directional navigational input. This is applied to each element which can be focused.
51+
- The properties determine which element to navigate the focus in response to pressing the arrow keys. This is applied to each element which can be focused.
5252
- Note
5353
- Able to use even if the heuristic spatial navigation is not supported.
5454
- Override the heuristic spatial navigation if it is supported.
@@ -57,7 +57,7 @@ nav-up: auto | <id> [ current | root | <target-name> ]?
5757
The following properties are proposed to provide ways for customization of the spatial navigation.
5858

5959
#### `nav-rule` property (CSSUI4)
60-
- This property can customize the spatial navigation of the group of elements in response to the directional navigational input.
60+
- This property can customize the spatial navigation of the group of elements in response to pressing the arrow keys.
6161
```css
6262
nav-rule: auto | projection | direction | nearest
6363
```

0 commit comments

Comments
 (0)