Closed
Description
The table implementation is missing a few other ARIA roles:
- Table headers should have
role="columnheader"
, anid
to associate the column's cells, andaria-sort
if the column is sorted - Table cells should have
role="gridcell"
andaria-describedby
that points to the associated column header
ARIA documentation: columnheader and gridcell.
Metadata
Metadata
Assignees
Labels
No labels