Skip to content

Clarity on accessible name of checkboxes in a list #4190

Answered by JAWS-test
judith9209 asked this question in Q&A
Discussion options

You must be logged in to vote

Looking at the example on the page https://sap.github.io/ui5-webcomponents-react/iframe.html?args=mode:MultiSelect&id=data-display-list--default&viewMode=story, I can see several problems:

The checkboxes are not linked to their visual label, but all have the same accessible name. This is a violation of at least 3 WCAG criteria (SC 1.3.1, 2.5.3 and 2.4.6).

However, I find the misleading nature of the role and operation of the element much more problematic, which in my opinion is a violation of SC 4.1.2 and 2.1.1: The checkboxes do not receive focus with TAB key. Instead, list entries receive the focus, but they are not marked as control elements (but only with role=list, role=listitem). Th…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@judith9209
Comment options

@judith9209
Comment options

Answer selected by judith9209
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4189 on January 06, 2025 10:38.