julianna-langston / chart2music

Turns charts into music so the blind can hear data
MIT License
29 stars 7 forks source link

When you don't provide a CC param, interactions don't work with latest NVDA #466

Closed julianna-langston closed 6 months ago

julianna-langston commented 6 months ago

If you don't provide a CC element, then the provided chart container element receives role="status". So, it doesn't receive role="application", and NVDA doesn't realize that keystrokes should be passed through. While you can manually enter forms mode, it's not obvious to the user this should happen.

julianna-langston commented 6 months ago

Fixed in 1.17.0, which is now live.