Skip to content

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

Closed
straker wants to merge 1 commit intodevelopfrom
act-props-permitted
Closed

tests: remove act/aria-props-permitted#3085
straker wants to merge 1 commit intodevelopfrom
act-props-permitted

Conversation

@straker
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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