[Analysis]: Accessibility - aria-sort in tables #174

Open
opened 2025-09-30 16:32:14 +02:00 by carla · 0 comments
Owner

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

  • We now if we need to ad aria sort and where or if we can skip it
## 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 - [ ] We now if we need to ad aria sort and where or if we can skip it
carla added the
low priority
S
labels 2025-09-30 16:32:29 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: local-it/mitgliederverwaltung#174
No description provided.