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

fix(aria-required-children): never fail if given aria-busy=true #4627

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

WilcoFiers
Copy link
Contributor

I think we made a mistake in #4347, where we allowed an element with aria-busy=true to fail if it has children it is not allowed to have. While that's a likely failure, I don't think axe can say it fails for certain.

Closes: #4626

@WilcoFiers WilcoFiers requested a review from a team as a code owner October 24, 2024 11:19
straker
straker previously approved these changes Oct 31, 2024
@WilcoFiers
Copy link
Contributor Author

Going to do a little more AT testing with aria-busy. This change may have gone by without enough scrutiny, but looking at this more closely the argument for allowing anything inside an aria-busy region is a little questionable. The ARIA 1.3 draft is even clearer that this is not the intent way to use aria-busy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aria-required-children should never fail if aria-busy=true is set
2 participants