Skip to content

Commit 914350c

Browse files
authored
Update README.md
1 parent d1c9f1b commit 914350c

1 file changed

Lines changed: 17 additions & 5 deletions

File tree

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,27 @@ You're welcome to contribute! If you have something to say for the spatial navig
1111
Regarding TV remote control, game console pad, IVI jog dial with 4-way keys, and Web accessibility, spatial navigation has been a rising important input mechanism in several industries. If the Web can embrace the spatial navigation and effectively support the functionalities in Web engines and W3C APIs, it will be more promising technology for existing products as mentioned above and various upcoming products.
1212

1313
## Motivation
14-
Technical description
15-
Use cases description
16-
Industry description
14+
The story of industries..
15+
16+
The list of use cases..
1717

1818
## Mission
19-
Prior to the mission explanation, we are required how the arrow keys works in the Web.
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+
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
24+
25+
2. heuristic algorithm
26+
blah
27+
28+
3. overriding methods
29+
blah
2030

2131
## History
22-
The history of WebKit, Blink, Gekco, and W3C
32+
The history of WebKit, Blink, and Gekco implementation..
33+
34+
The history of CSS WG discussion..
2335

2436
## FAQ
2537
**Q. I’m not sure how the spatial (directional) navigation behavior work.**

0 commit comments

Comments
 (0)