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: explainer.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ There were the properties about the directional focus navigation in the CSS Basi
48
48
// nav-right, nav-down, nav-left have same values as nav-up below
49
49
nav-up: auto | <id> [ current | root | <target-name> ]?
50
50
```
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.
52
52
- Note
53
53
- Able to use even if the heuristic spatial navigation is not supported.
54
54
- Override the heuristic spatial navigation if it is supported.
@@ -57,7 +57,7 @@ nav-up: auto | <id> [ current | root | <target-name> ]?
57
57
The following properties are proposed to provide ways for customization of the spatial navigation.
58
58
59
59
#### `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.
0 commit comments