Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[a11y] 9.1.3.1e - Data tables implemented correctly #5380

Open
tbsbdr opened this issue Jun 25, 2021 · 0 comments
Open

[a11y] 9.1.3.1e - Data tables implemented correctly #5380

tbsbdr opened this issue Jun 25, 2021 · 0 comments
Assignees

Comments

@tbsbdr
Copy link
Contributor

tbsbdr commented Jun 25, 2021


General notes

Pages 1 to 3:

Issue A

The current implementation of sortable column headings inside the tables lead to a wrong interpretation from screen readers when navigating through data cells. The screen reader announces the text of the span element and also the label of the button ( aria-label ) together as the column header - e.g. "Größe Nach size sortieren".

It would be better to waive the span element and use only the words "Name", "Größe" and "Geändert" as button labels. The information about the sort functionality will be conveyed to the users by using the aria-sort-attribute.

For sample implementation see

Note: The labels of the buttons / column headings ( aria-label ) contain english words what makes it more complicated for the user to unterstand the content - e.g. "Nach mdate sortieren".

Issue B

Column 1 has a column heading "Alle Dateien auswählen" - this will also be read by a screenreader and leads to bad comprehensibility (Column 1, Row 2: "Alle Dateien auswählen Ordner auswählen").

Status: partly fulfilled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants