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.1h Labeling of form elements can be determined programmatically #10724

Closed
3 tasks
tschiebel opened this issue Apr 5, 2024 · 0 comments · Fixed by #11591
Closed
3 tasks

[a11y] 9.1.3.1h Labeling of form elements can be determined programmatically #10724

tschiebel opened this issue Apr 5, 2024 · 0 comments · Fixed by #11591
Assignees
Labels
Priority:p3-medium Normal priority Topic:Accessibility Type:Bug Something isn't working

Comments

@tschiebel
Copy link

audit: https://infinite.owncloud.com/s/PnaAukHGGsLnrMM

https://bitvtest.de/pruefschritt/bitv-20-web/bitv-20-web-9-1-3-1h-beschriftung-von-formularelementen-programmatisch-ermittelbar

Programmatic linking of labels with form elements takes place with
"label" elements via the "for" attribute or the inclusion of the labeled form element in the
form element in the "label" element. If labels are not marked with the "label" element
element, a label for the associated form element should be created in another way
other way (e.g. via the "aria-labelledby" attribute).

Personal: Partially fulfilled.

  • When focusing the slider "Tile size" in the menu "Customization options for the
    Show file list customization options" menu, the accessible name is not displayed because the
    programmatic linking using the "for"/"id" attributes does not work. The
    corresponding "id" attribute is missing in the "input" element.
    image

Spaces: Partially fulfilled.

  • The "Filter members" field in the "Members" section is not accessible as it is not programmatically
    is not programmatically linked to a label. Although a "label"
    element is present, it does not contain any text. A placeholder is not a suitable
    replacement for a label, as it is not output in many cases.
    image

  • See commentary on Personal

Info: Shares, Deleted Files and Account: Fulfilled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:p3-medium Normal priority Topic:Accessibility Type:Bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants