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
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.
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
The text was updated successfully, but these errors were encountered:
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 thebutton
( 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" asbutton
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
The text was updated successfully, but these errors were encountered: