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
Using a data-table instead would provide several benefits:
screen reader users could navigate the table using the table controls. Presenting tabular data without tabular markup is a WCAG 1.3.1 failure, so I'm adding the accessibility-A label.
each row would not be announced as an "article" by voiceover
data-table comes with column sorting controls
less repetition in the UI
better semantics
Acceptance criteria
Each page above uses a <data-table> instead of a <grid>
I can successfully use these keyboard commands to navigate these tables using Voice Over in Safari.
I have checked these pages using one of the following browser extensions and confirmed that migrating to a data-table does not add any level A or level AA issues:
Current display
The following screens use the lux
grid
component to present tabular data.Desired display
Using a
data-table
instead would provide several benefits:data-table
comes with column sorting controlsAcceptance criteria
<data-table>
instead of a<grid>
data-table
does not add any level A or level AA issues:Notes
The text was updated successfully, but these errors were encountered: