@@ -106,7 +106,7 @@ to extend how spatial navigation work.
106106The spec supposes that User Agents decide to activate spatial navigation.
107107On devices which do not have any pointing input device,
108108and 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 >,
110110User Agents should make spatial navigation active.
111111
112112We deliberately do not define which keys or key combination are meant to trigger the spatial navigation,
@@ -340,8 +340,8 @@ There are several approaches.
340340
341341* related github issue: https://github.com/WICG/spatial-navigation/issues/41
342342
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.
345345For example,
346346
347347```
@@ -386,7 +386,7 @@ For example, the spatial navigation feature is allowed when the feature policy i
386386
387387| Origin | Policy |
388388| -| -|
389- | Default | sptialnavigation 'self' |
389+ | Default | spatialnavigation 'self' |
390390| example.com | ` Feature-Policy: spatialnavigation https://game.com ` |
391391| game.com | ` <iframe src=“game.com" allow=“spatialnavigation https://good-ad.com"></iframe> ` |
392392
0 commit comments