@@ -106,7 +106,7 @@ to extend how spatial navigation work.
106
106
The spec supposes that User Agents decide to activate spatial navigation.
107
107
On devices which do not have any pointing input device,
108
108
and especially on devices such as TVs which also lack a <code >Tab</code > key to control
109
- <a herf =" https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation " >sequential focus navigation</a >,
109
+ <a href =" https://html.spec.whatwg.org/multipage/interaction.html#sequential-focus-navigation " >sequential focus navigation</a >,
110
110
User Agents should make spatial navigation active.
111
111
112
112
We deliberately do not define which keys or key combination are meant to trigger the spatial navigation,
@@ -340,8 +340,8 @@ There are several approaches.
340
340
341
341
* related github issue: https://github.com/WICG/spatial-navigation/issues/41
342
342
343
- 2 . Using the spatial navigation API
344
- If the spatial navigation is implemented, one of the API can be the criteria for the enablility of the spatial navigation
343
+ 2 . Using the spatial navigation API:
344
+ If the spatial navigation is implemented, one of the APIs can be used to detect whether spatial navigation is enabled.
345
345
For example,
346
346
347
347
```
@@ -386,7 +386,7 @@ For example, the spatial navigation feature is allowed when the feature policy i
386
386
387
387
| Origin | Policy |
388
388
| -| -|
389
- | Default | sptialnavigation 'self' |
389
+ | Default | spatialnavigation 'self' |
390
390
| example.com | ` Feature-Policy: spatialnavigation https://game.com ` |
391
391
| game.com | ` <iframe src=“game.com" allow=“spatialnavigation https://good-ad.com"></iframe> ` |
392
392
0 commit comments