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
All pages: for the elements of the user menue (Liste mit "Profil", "Einstellungen", etc.) ARIA role="tooltip" was used. In this case this is not correct as it has an other purpose - "A contextual popup that displays a description for an element.". The roles should be removed.
Also using the aria-describedby attribute on the button "Benutzermenü" in the expanded sub menue is not necessary.
Note: the anchor links (in this case "Zum Hauptinhalt springen") should be implemented as links and not as buttons.
Status: rather fulfilled
Page 4 (Konto)
See general notes
Status: partly fulfilled
Page 1 (Alle Dateien)
When copying or moving an element (Folder or file) a new page is opened.
On opening (because of using aria-live="polite“) the text "Zur Seite files- location-picker navigiert" is read by screenreaders. This text contains an English variable and is not informative. A better solution would be to remove aria-live="polite" and move the keyboard focus with tabindex="-1" on the h1-heading on page load.
See general notes
Page 2 (Mit anderen geteilten Dateien)
See general notes
General notes
Also using the aria-describedby attribute on the button "Benutzermenü" in the expanded sub menue is not necessary.
Status: rather fulfilled
See general notes
Status: partly fulfilled
Page 1 (Alle Dateien)
When copying or moving an element (Folder or file) a new page is opened.
On opening (because of using aria-live="polite“) the text "Zur Seite files- location-picker navigiert" is read by screenreaders. This text contains an English variable and is not informative. A better solution would be to remove aria-live="polite" and move the keyboard focus with tabindex="-1" on the h1-heading on page load.
See general notes
Page 2 (Mit anderen geteilten Dateien)
See general notes
Page 3 (Gelöschte Dateien)
See general notes