web icon indicating copy to clipboard operation
web copied to clipboard

[a11y] 9.2.5.3 Visible labeling part of the accessible name

Open tschiebel opened this issue 10 months ago • 1 comments

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

https://bitvtest.de/pruefschritt/bitv-20-web/bitv-20-web-9-2-5-3-sichtbare-beschriftung-teil-des-zugaenglichen-namens

Personal

  • [ ] In the "Keywords" area, the combo box element has a visual text "Adding or editing keywords", but this does not appear in the accessible name of the element, as it is overwritten by the use of the "aria-label" attribute. attribute. image

Spaces

  • [ ] In the "Quota for Space 8A - Change art" dialog, the visible label of the "Quota" field is changed by using the Quota" field is overwritten by using the "aria-label" attribute "Search for option". is overwritten.

Account

  • [ ] The visible label of the "Language" field is overwritten by the use of the "aria-label" attribute "Search for option".

tschiebel avatar Apr 05 '24 09:04 tschiebel

Looks like the OcSelect.vue default aria-label of "Search for an option" is problematic. Let's add a prop to pass a label to the component, then?

pascalwengerter avatar Apr 16 '24 16:04 pascalwengerter