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
We want to implement spatial navigation, which is where you navigate the x/y grid instead of the tree structure.
In our old prototype, we did this by adding a new section of the tree, but I think it's better to implement this as a table. The reason is, screen readers already have built in functionality to traverse html tables like a grid.
We want to implement spatial navigation, which is where you navigate the x/y grid instead of the tree structure.
In our old prototype, we did this by adding a new section of the tree, but I think it's better to implement this as a table. The reason is, screen readers already have built in functionality to traverse html tables like a grid.
Old prototype:
https://mitvis.github.io/access-interaction/prototypes/jzong/random-access/
Instructions for old prototype:
My partial attempt:
00d5222
Instructions for partial attempt
The text was updated successfully, but these errors were encountered: