[Analysis]: Accessibility - aria-sort in tables #174
Labels
No labels
bug
duplicate
enhancement
help wanted
high priority
invalid
L
low priority
M
medium priority
needs refinement
question
S
UX research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: local-it/mitgliederverwaltung#174
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The Axe-Core dev tools for accessibility reports a critical error for aria-sort in the header of the table for the memberslist.
There is some information that the aria-sort label (which we would need) is not suitable for th elements which have role-cell. I think we could check if we can directly set the aria-label to the core component th element or how to handle it.
References
https://github.com/dequelabs/axe-core/issues/2480
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-sort
Acceptance Criteria