Current table layout in variable viewer is clunky to navigate for screen readers #13003
Labels
accessibility
Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues
feature-request
Request for new features or functionality
variable-explorer
Swapping out the implementation for a tree view would be a solution to this, as the tree view is built to be accessible, but perhaps we can make some quick improvements to the current implementation.
Use an HTML table with proper
<TH>
and<TD>
entries - HTML tables provide a lot of a11y features out of the box over the current implementation with<div>
s.Since the table react, it may not be straightforward to make this switch, so improving the aria-labels might also help.
The text was updated successfully, but these errors were encountered: