-
Notifications
You must be signed in to change notification settings - Fork 22
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
Make sure Ace doesn't report DPUB ARIA roles as violations #65
Comments
Yeah, that would be very useful. I’ve just tested a complex epub with lots of footnotes, bib ref, etc., and literally wailed in fear and begged to be forgiven when checking the results. Then I noticed that, 2742 of 2743 violations were about DPUB aria-roles but it was kinda tricky to check the results (I had to parse that first to eliminate those violations). |
oh, sorry about the cold sweat 😖! |
Nah don’t worry. Of all the files I could test, I picked the edge case. ;-) |
Reported in dequelabs/axe-core#580 |
I have just tested an ePub with ACE Beta version myself. |
aXe currently reports DPUB ARIA roles as critical violations (in its
aria-roles
rule). Ace shouldn't report these as violations.Possible solutions:
aria-roles
rule with a custom implementationThe text was updated successfully, but these errors were encountered: