ssleptsov / ninja-keys

Keyboard shortcuts interface for your website. Working with static HTML, Vanilla JS, Vue, React, Svelte.
https://ninja-keys-demo.vercel.app/
MIT License
1.65k stars 60 forks source link

feat: add accessibility improvements #47

Open KonnorRogers opened 1 year ago

KonnorRogers commented 1 year ago

Happy to provide more detail, but this PR treats ninja-keys as a proper combobox with aria-controls, aria-activedescendent, role="combobox", role="option", and much more.

https://www.w3.org/WAI/ARIA/apg/patterns/combobox/