Skip to content

Commit 3f33a5e

Browse files
authored
Update explainer.md
1 parent c22fa6f commit 3f33a5e

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
@@ -3,9 +3,9 @@ To support the spatial navigation in the Web, we need to develop several standar
33

44
## Enabling the spatial navigation mode
55
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">
6+
- HTML: <meta name="input" content="remote-controller">
77
- CSS: arrow-key-behavior: auto | navigation | scroll" or "spatial-mode: always | none
8-
- JS: setSpatialNavigation(true)
8+
- JS: setSpatialNavigationEnabled(true)
99

1010
## Overriding methods on top of the heuristic algorithm
1111
Developers can customize the spatial navigation with CSS properties by overriding the heuristic spatial navigation.

0 commit comments

Comments
 (0)