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 🙏🙏
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:
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 🙏🙏