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

Bug: does not correctly handle the option to have elements with role="group" in a listbox context ARIA 1.2 #3152

Closed
Zidious opened this issue Sep 7, 2021 · 2 comments
Assignees
Labels
fix Bug fixes pr A pr has been created for the issue rules Issue or false result from an axe-core rule

Comments

@Zidious
Copy link
Contributor

Zidious commented Sep 7, 2021

Ref: dequelabs/axe-core-npm#313

Note: I was able to replicate the issue within axe-core's playground.html and cli

@straker
Copy link
Contributor

straker commented Oct 7, 2021

Confirmed that group inside listbox works in our supported screen readers and browsers. opened #3195

cc @spectranaut

@straker straker added fix Bug fixes pr A pr has been created for the issue rules Issue or false result from an axe-core rule labels Oct 7, 2021
@padmavemulapati
Copy link

Validated with the latest develop-branch code base of axe-core,
seeing the bug fix, for listbox content with role="group"
Now the option to use role="group" in a listbox context, but limit's the children of the group element to elements with role option. So that it should not show the failures for aria-required-children or aria-required-parent in the testpage
'https://w3c.github.io/aria-practices/examples/listbox/listbox-grouped.html'

image

@WilcoFiers WilcoFiers added this to the Axe-core 4.4 milestone Nov 10, 2021
@straker straker removed this from the Axe-core 4.4 milestone Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fixes pr A pr has been created for the issue rules Issue or false result from an axe-core rule
Projects
None yet
Development

No branches or pull requests

5 participants