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
When building math visualizations, it's common to have mouse-based interactions. It's worth warning people, especially ed-tech people, that they must accommodate keyboard users to comply with various parts of WCAG.
The text was updated successfully, but these errors were encountered:
Generally yeah. I think with SVG, especially when creating custom elements, it'll be easy for people to blunder things like keyboard operability and navigation.
I think screen reader support is unlikely (given the visual nature of the library) but it would be good to ensure folks know how to make accessible visualizations.
Even as it stands now, I don't like how users have to tab through movable points. It feels cumbersome if there's a lot on the screen, and since they can be repositioned arbitrarily, the tab order can feel unintuitive at times.
When building math visualizations, it's common to have mouse-based interactions. It's worth warning people, especially ed-tech people, that they must accommodate keyboard users to comply with various parts of WCAG.
The text was updated successfully, but these errors were encountered: