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
Is your feature request related to a problem? Please describe.
For those that have limited vision or visual impairment we don't provide any screen-reader support. We should absolutely provide this to make sure as many people as possible can enjoy the game.
Describe the new feature you'd like
Add screen-reader support and then test it with the Accessibility tools provided by browsers. Mostly this will be aria proeprties, but there may also be some amends to make elements focusable, with tab indexes etc also being implemented.
Nowhere near complete, but everything that needs a text counterpart has it.
Outstanding issues are:
* Dialogs are incomplete and need a keyboard event
* Dialogs need to auto-focus on the first form element when they open
* Menu needs to show that it's focused (needs an outline)
* Menus need to actually work when pressing enter (this might not be possible, but we should try)
PArt of #45
Is your feature request related to a problem? Please describe.
For those that have limited vision or visual impairment we don't provide any screen-reader support. We should absolutely provide this to make sure as many people as possible can enjoy the game.
Describe the new feature you'd like
Add screen-reader support and then test it with the Accessibility tools provided by browsers. Mostly this will be
aria
proeprties, but there may also be some amends to make elements focusable, with tab indexes etc also being implemented.Todo
enter
orspace
The text was updated successfully, but these errors were encountered: