We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eccd7bf commit de81efbCopy full SHA for de81efb
1 file changed
explainer.md
@@ -340,7 +340,8 @@ There are several approaches.
340
2. Using the spatial navigation API
341
If the spatial navigation is implemented, one of the API can be the criteria for the enablility of the spatial navigation
342
For example,
343
-```js
+
344
+```
345
346
if (document.body.spatialNavigationSearch) {
347
// The spatial navigator is supported
0 commit comments