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
Hello. I'm a blind user and I use screenreader on my PC. I was trying to make a game field in colab, but ended up with a item by item navigation.
Description
The grid in ipywidgets is not so good at accessibility with screenreaders for blind. I mean you can access each element of a grid, with tab key, but you can't navigate vertically and horizontally with arrow keys using screenreader.
Focus the grid with tab key, press insert+spacebar, and press arrow keys.
Congratulations, you get no movement with arrow keys.
Expected behavior
Screenreader announces all fields when moving on the field, and arrow keys move inside.
Also, would be great to add accessibility hints for each button. E.g. the grid is shown as white or black disks, but screenreader says: "a5 empty", "a6 black", "b2 white"
Context
I use google colab.
The text was updated successfully, but these errors were encountered:
Intro
Hello. I'm a blind user and I use screenreader on my PC. I was trying to make a game field in colab, but ended up with a item by item navigation.
Description
The grid in ipywidgets is not so good at accessibility with screenreaders for blind. I mean you can access each element of a grid, with tab key, but you can't navigate vertically and horizontally with arrow keys using screenreader.
Reproduce
Congratulations, you get no movement with arrow keys.
Expected behavior
Screenreader announces all fields when moving on the field, and arrow keys move inside.
Also, would be great to add accessibility hints for each button. E.g. the grid is shown as white or black disks, but screenreader says: "a5 empty", "a6 black", "b2 white"
Context
I use google colab.
The text was updated successfully, but these errors were encountered: