~alcinnz/rhapsode

e554659a39367c64ce2aa69ee8cc59c32effdbd0 — Adrian Cochrane 3 years ago 6450441
ISSUES: Close play audio cues & arrow key nav
2 files changed, 0 insertions(+), 25 deletions(-)

D ISSUES/engine/intra-nav.md
D ISSUES/in-progress/audio-cues.md
D ISSUES/engine/intra-nav.md => ISSUES/engine/intra-nav.md +0 -22
@@ 1,22 0,0 @@
# Navigate within a webpage
Arrow keys should navigate between table cells, paragraphs, headings, and sections.

Space should play/pause.

---

In a table, the arrow keys would navigate within the 2D space. This would be
great for addressing any remaining struggles reading that.

Otherwise left and right would navigate paragraphs/bullets whilst up/down would
navigate headings/sections.

The page would start from the <main> tag if present.

I may want to define style properties to drive this.

---

This would require a revamp to embed eSpeak NG into Rhapsode. In doing so I should abstract out an embeddable Rhapsode module, @yaaps@banana.dog could do use one for his game "Diplomacy".

This has been done!
\ No newline at end of file

D ISSUES/in-progress/audio-cues.md => ISSUES/in-progress/audio-cues.md +0 -3
@@ 1,3 0,0 @@
# Play audio cues

eSpeak provides a hook for me to implement SSML's <audio> tag. I need to implement it in order to support CSS3 Speech's cue-before/cue-after.
\ No newline at end of file