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

aria-required-children should never fail if aria-busy=true is set #4626

Open
WilcoFiers opened this issue Oct 24, 2024 · 0 comments · May be fixed by #4627
Open

aria-required-children should never fail if aria-busy=true is set #4626

WilcoFiers opened this issue Oct 24, 2024 · 0 comments · May be fixed by #4627
Labels
fix Bug fixes rules Issue or false result from an axe-core rule support

Comments

@WilcoFiers
Copy link
Contributor

The following shouldn't fail. This bug was introduced with a change in 4.9.0, where we updated how the remediation message of aria-busy is created.

<div aria-busy="true" role="tablist">
  <div role="tabpanel">
    <a href="#" role="tab">Fizzbuzz</a>
  </div>
</div>
@WilcoFiers WilcoFiers added fix Bug fixes rules Issue or false result from an axe-core rule support labels Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fixes rules Issue or false result from an axe-core rule support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant