Skip to content

Commit 3f2f530

Browse files
committed
Fix a few typos and reword one bit that's unclear.
1 parent 177816d commit 3f2f530

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-nav-1/explainer.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ to extend how spatial navigation work.
106106
The spec supposes that User Agents decide to activate spatial navigation.
107107
On devices which do not have any pointing input device,
108108
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>,
110110
User Agents should make spatial navigation active.
111111

112112
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.
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.
345345
For 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

Comments
 (0)