You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-17Lines changed: 8 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,23 +18,14 @@ The list of use cases..
18
18
## Mission
19
19
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.
20
20
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
24
25
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.
38
29
39
30
## FAQ
40
31
**Q. I’m not sure how the spatial (directional) navigation behavior work.**
@@ -60,7 +51,7 @@ The history of CSS WG discussion..
0 commit comments