-
Notifications
You must be signed in to change notification settings - Fork 791
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
aria-roledescription flagged as an issue #1843
Comments
Thanks for letting us know. I think a |
Some context on this issue: #1216 I did test a named That being said, lack of support does not result in a blocker. Lack of support simply renders it as a named section, which is fine. This likely satisfies point two under "Impact on ARIA"
Just my two cents. |
Both the Edit: tested and both are marked as needs review as expected with the message "Check that the aria-roledescription is announced by supported screen readers." |
Hi Steven, I don't see the "Check that the aria-roledescription is announced by supported screen readers." message. I still see the same issue that I reported. I went here and ran axe: https://www.w3.org/TR/wai-aria-practices-1.1/examples/carousel/carousel-1.html?moreaccessible The Do you see the "Check that the aria-roledescription is announced by supported screen readers." message here? |
Using axe-core v3.3.2 I don't see the error. What version of axe and what browser are you using? If by chance you're using the Firefox extension, it's unfortunately a few versions behind where it should be. |
Looks like axe 4.0.0 with Chrome 76.0.3809.132 (although initially I found it on Firefox). |
@straker @Tom-Wright
fui, this message also showing:
So we can hide error. |
I ran axe on a carousel with the aria-roledescription attribute and axe flagged it as a critical issue. Here is the issue description copied and pasted from axe:
But aria-roledescription is allowed in the spec: https://www.w3.org/TR/wai-aria-practices-1.1/examples/carousel/carousel-1.html?moreaccessible
You can run axe on that spec page to recreate the error (although I initially found it in a client site behind a firewall, it's the same).
Axe shouldn't flag this as an issue per the spec.
The text was updated successfully, but these errors were encountered: