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

Resolve element role when multiple values are provided #1973

Closed
Tracked by #1970
shunguoy opened this issue Aug 6, 2024 · 0 comments
Closed
Tracked by #1970

Resolve element role when multiple values are provided #1973

shunguoy opened this issue Aug 6, 2024 · 0 comments
Assignees
Labels
engine Issues in the accessibility-checker-engine component enhancement New feature or request

Comments

@shunguoy
Copy link
Contributor

shunguoy commented Aug 6, 2024

WAI-ARIA’s role attribute may have a list of values, but only the first valid and supported WAI-ARIA role is used.
The current engine code might have errors in checking the requirements when multiple values are provided. One such example is allowed attribute calculation. The valid attributes are only for the resolved role, rather than for the multiple roles provided.

@shunguoy shunguoy added engine Issues in the accessibility-checker-engine component enhancement New feature or request labels Aug 6, 2024
@shunguoy shunguoy self-assigned this Aug 6, 2024
@MHoov MHoov mentioned this issue Aug 9, 2024
10 tasks
@philljenkins philljenkins mentioned this issue Aug 14, 2024
6 tasks
@shunguoy shunguoy linked a pull request Nov 6, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine Issues in the accessibility-checker-engine component enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant