Skip to content

Commit 540cd05

Browse files
authored
Update README.md
1 parent 7000401 commit 540cd05

1 file changed

Lines changed: 8 additions & 17 deletions

File tree

README.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,14 @@ The list of use cases..
1818
## Mission
1919
Prior to the mission explanation, we are required how the arrow keys works in the Web. If you're watching this page in a normal HD monitor with PC, not mobile, please push a down key in your keyboard. What happens? Basically, scrolling downward would be triggered. That's the default behavior of arrow keys in the Web, only when the browsing context is overflowed in the direction. In spatial navigation mode, the default behavior of arrow keys is changed from scrolling to focus moving so that users can use the arrow keys to navigate between focusable elements based on their position.
2020

21-
To support the functionality of the spatial navigation, we should consider the following three factors:
22-
1. Options to enable the spatial navigation mode
23-
blah
21+
To support the functionality of the spatial navigation, we should consider the following three steps:
22+
1. Options for enabling the spatial navigation mode
23+
2. A heuristic algorithm for spatial navigation in Web engines
24+
3. Overriding methods on top of the heuristic algorithm
2425

25-
2. heuristic algorithm
26-
blah
27-
28-
3. overriding methods
29-
blah
30-
31-
See the [explainer](explainer.md) for the details of W3C standardization.
32-
See the [implStatus](implStatus.md) for the details of the implementation status from Web engines.
33-
34-
## History
35-
The history of WebKit, Blink, and Gekco implementation..
36-
37-
The history of CSS WG discussion..
26+
See the [explainer](explainer.md) for the details of W3C standardization for #1 and #3 above.
27+
28+
See the [implStatus](implStatus.md) for the details of the implementation in Web engines for #2 above.
3829

3930
## FAQ
4031
**Q. I’m not sure how the spatial (directional) navigation behavior work.**
@@ -60,7 +51,7 @@ The history of CSS WG discussion..
6051
- JavaScript Spatial Navigation (Mozilla)
6152
- https://github.com/luke-chang/js-spatial-navigation
6253
- Spotlight library for spatial navigation (LG Electronics)
63-
- https://github.com/enyojs/spotlight **(deprecated)**
54+
- https://github.com/enyojs/spotlight (deprecated)
6455
- Implementing TV remote control navigation (MDN)
6556
- https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS_for_TV/TV_remote_control_navigation
6657
- Focus navigation with keyboard, gamepad, and accessibility tools (MS)

0 commit comments

Comments
 (0)