We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c22fa6f commit 3f33a5eCopy full SHA for 3f33a5e
1 file changed
explainer.md
@@ -3,9 +3,9 @@ To support the spatial navigation in the Web, we need to develop several standar
3
4
## Enabling the spatial navigation mode
5
It makes author set the spatial navigation mode. The following API could be considered for the possibilities to support the feature:
6
- - HTML: <meta name="device" content="type=tv, input=remote-controller">
+ - HTML: <meta name="input" content="remote-controller">
7
- CSS: arrow-key-behavior: auto | navigation | scroll" or "spatial-mode: always | none
8
- - JS: setSpatialNavigation(true)
+ - JS: setSpatialNavigationEnabled(true)
9
10
## Overriding methods on top of the heuristic algorithm
11
Developers can customize the spatial navigation with CSS properties by overriding the heuristic spatial navigation.
0 commit comments