macos-preact icon indicating copy to clipboard operation
macos-preact copied to clipboard

Accessible macOS Web

Open PuruVJ opened this issue 3 years ago • 0 comments

Time to add accessibility to this app. Its highly unaccessible at this point. Keyboard users can never know where they are, users are used to moving around using arrow keys, on certain list-like areas(menus), and the aria markup pretty much sucks

Actions to be taken:

  • [ ] Add some form of indicator that the item is focused
  • [ ] Add roving tabindex to menubar, context menu.
  • [ ] Tabbing around should trigger the menubars
  • [ ] ARIA labels

Much more that can be done. Also, I am not very good at ARIA. Would appreciate if I could get comments/tips when I do it wrong in the code 🙏🙏

PuruVJ avatar Apr 23 '21 11:04 PuruVJ