Implement keyboard navigation for some MenuContainer Items
Add accessibility attributes(WAI-ARIA) for MenuContainer Items and MenuContainer
Add role='link' and aria-current="page" for main tablist(Configure, Key tester, etc)
Add a button role, tabindex, aria-pressed state, and also add aria-label per each key in Configure tab that keyboard loaded(two-string: 2d keyboard screen)
Add a switch role for checkbox on the settings screen
Add attribute, 'htmlFor" to some unassigned label elements for input tag.
Suggestion
I want to make it accessible for various people likes visually impaired.
Around me, there are a lot of blind friends who like to using and collecting mechanical keyboards. But they can't use it because the most components are not accessible from screen readers.
I think this application has the potential to be accessible to various people if some features are implemented.
Unfortunately I'm not good at React and I'm not good at speaking, writing English.
But, I worked for web accessibility five years ago. If you ask me about various accessibility implementation. I can be helpful to that.
What's changes?
Suggestion
I want to make it accessible for various people likes visually impaired.
Around me, there are a lot of blind friends who like to using and collecting mechanical keyboards. But they can't use it because the most components are not accessible from screen readers.
I think this application has the potential to be accessible to various people if some features are implemented.
Unfortunately I'm not good at React and I'm not good at speaking, writing English.
But, I worked for web accessibility five years ago. If you ask me about various accessibility implementation. I can be helpful to that.
Can you help me?