You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 🙏🙏
The text was updated successfully, but these errors were encountered:
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 🙏🙏
The text was updated successfully, but these errors were encountered: