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

tests: remove act/aria-props-permitted #3085

Closed
wants to merge 1 commit into from
Closed

Conversation

straker
Copy link
Contributor

@straker straker commented Jul 15, 2021

This will start blocking any pr to develop as the failed example 2 does not fail in axe-core.

The reason is that the audio element does not have an implicit role (see also https://www.w3.org/TR/html-aam-1.0/#details-id-8), and as such our aria-allowed-attr check does not check allowed attrs for roleless elements.

Once this is merged, I will create a tech debt ticket for it similar to #2960

@straker straker requested a review from a team as a code owner July 15, 2021 15:59
@straker straker changed the title tests: remove act/aria-propers-permitted tests: remove act/aria-props-permitted Jul 15, 2021
Copy link
Contributor

@WilcoFiers WilcoFiers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aria-orientation should not be allowed on audio elements. We should fix this instead of ignoring the problem.

@straker
Copy link
Contributor Author

straker commented Jul 21, 2021

We've decided to remove the role checking of aria-allowed-attr instead of removing the test, but to do so in a feat as it will introduce new failures that haven't been flagged before.

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.

2 participants