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

Uses ARIA roles on incompatible elements #286

Open
AndiCover opened this issue Oct 25, 2024 · 0 comments
Open

Uses ARIA roles on incompatible elements #286

AndiCover opened this issue Oct 25, 2024 · 0 comments

Comments

@AndiCover
Copy link

Googles Page Speed Insights shows me the following error:

Many HTML elements can only be assigned certain ARIA roles. Using ARIA roles where they are not allowed can interfere with the accessibility of the web page.

The following role seems to be wrong:
role="presentation"

More about ARIA roles: https://dequeuniversity.com/rules/axe/4.10/aria-allowed-role

It would be nice if the correct aria role is used or if we can overwrite it.

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

No branches or pull requests

1 participant