Skip to content

Commit 35d6cb8

Browse files
authored
Update README.md
1 parent 2f18de7 commit 35d6cb8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ The history of WebKit, Blink, Gekco, and W3C
2828
- In several references below, you can get the help to understand the Snav operations.
2929

3030
**Q. Isn’t it enough just using the relevant Web frameworks?**
31-
- Due to no support from web engine, severel Web frameworks and extensions for the Snav exist for now. [js-spatial-navigation](https://github.com/luke-chang/js-spatial-navigation) by Mozilla seems one of the frameworks and the quality would be good to support the features of Snav. [Spotlight library](https://github.com/enyojs/spotlight) by LGE is an instance of the frameworks for the Snav, even though it'll deprecated soon. However, the support of Snav from Web frameworks has some limits. blahblah (aligning scrolling, particularily using native focus method for a11y)
31+
- Severel Web frameworks and extensions for the Snav have been provided so far due to no support from web engines. For examples, [js-spatial-navigation](https://github.com/luke-chang/js-spatial-navigation) made by Mozilla seems one of the frameworks and the quality would be good to support the features of Snav. [Spotlight library](https://github.com/enyojs/spotlight) made by LGE is an instance of the frameworks for the Snav, even though it was deprecated now. However, the support of Snav from Web frameworks has some limits. blahblah (aligning scrolling, particularily using native focus method for a11y)
3232

3333
**Q. The Snav seems not the general feature esp. in mobile with no physical key-based interface.**
34-
- Honestly, the mobile has been a first citizen of Snav about 10 years old. Before touch-based interface, the majority of interface for mobile was key-based methods. We're familiar with the kind of mobile phone named feature phone. In the future, the input methods for smart devices will be changed a lot, but the basic interfaces like key based will never disappear. It would be the most intuitive method with a strong feedback after pushing a key, while we couldn't imagine a touch-based keyboard without any physical keys.
35-
36-
**Q. The future input methods such as voice command, hand gesture, eyes direction will be promising. Why we should consider the new key-based input methods for the 4-way directional key navigation.**
37-
- As AI would be more and more promising technologies these days, the voice command has been anticipated to be used widely. It's true, but...
34+
- Honestly, the mobile has been a first citizen of Snav about 10 years old. Before touch-based interface, the majority of interface for mobile was key-based methods. We're familiar with kind of mobile phone named a feature phone. In the future, the input methods for smart devices will be changed to something like voice command, hand gesture, and eyes direction, but the key-based interfaces will never disappear, even though it'll be used as a secondary method. It would be the most intuitive method with a strong feedback after pushing a key, while we couldn't imagine a touch-based keyboard without any physical keys.
35+
36+
**Q. Put the question on issues of this repository :D**
37+
- Everything for Snav is welcome
3838

3939
## Reference
4040
- JavaScript Spatial Navigation (Mozilla)
4141
- https://github.com/luke-chang/js-spatial-navigation
4242
- Spotlight library for spatial navigation (LG Electronics)
43-
 - https://github.com/enyojs/spotlight **(deprecated)**
43+
- https://github.com/enyojs/spotlight **(deprecated)**
4444
- Implementing TV remote control navigation (MDN)
4545
- https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS_for_TV/TV_remote_control_navigation
4646
- Focus navigation with keyboard, gamepad, and accessibility tools (MS)

0 commit comments

Comments
 (0)