-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate screen reader access for minefield #5
Comments
Just setting the aria-label to a fitting value would probably be sufficient. Since in most cases screenreaders then don't actually read out the contents of the element. |
Output cursor coordinates, so user knows where he is in the field? |
Can I savely convert aria-labels in gaia-headers to titles? |
The only thing I'm not complying with the checklist is hiding text in cells with color: transparent and not having any other means of indicating its hidden state. |
The windows narrator doesn't announce the cell state, but I guess I set the aria attribute for them so that should be fine. |
Currently the minefield is plain broken when looked at with a screen reader. The screen reader sees the value of the cell without it being "uncovered". One possible solution is to add the value only as soon as the cell is uncovered. Further all cells with a mine need a label, saying that they contain a mine, and not nine.
The text was updated successfully, but these errors were encountered: