Skip to content

[a11y] 9.4.1.2 - Name, role, value available #5397

Description

@tbsbdr

General notes

  • 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.
  • Pages 1 to 3 / modal dialogues: using aria-labelledby ( aria-labelledby="ocmodal-title" ) is not allowed on div und span elements as screenreader won’t handle the attribute reliable. An accessible sample can be found here: https://www.w3.org/TR/wai-aria-practices-1.1/examples/dialog-modal/dialog.html.
  • 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

  • Page 3 (Gelöschte Dateien)
    See general notes

Metadata

Metadata

Assignees

No one assigned

    Type

    Fields

    No fields configured for Task.

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions