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

"Follow me" element uses prohibited ARIA attributes #861

Open
cybeardjm opened this issue Aug 15, 2024 · 0 comments
Open

"Follow me" element uses prohibited ARIA attributes #861

cybeardjm opened this issue Aug 15, 2024 · 0 comments
Assignees
Labels
Needs triage [Type] Bug Something isn't working

Comments

@cybeardjm
Copy link

Quick summary

div class="activitypub-follow-me-block-wrapper wp-block-activitypub-follow-me" **aria-label**="Follow me on the Fediverse" [...]

More info https://dequeuniversity.com/rules/axe/4.9/aria-prohibited-attr

_Not all ARIA role-attribute combinations are valid. This Rule checks that noe of the attributes used with a particular role are listed as "prohibited" for that role in the latest version of WAI-ARIA.

The aria-label and aria-labelledby attributes are prohibited on presentation and none roles, as well as on text-like roles such as code, insertion, strong, etc._

Steps to reproduce

1 - insert the "Follow me" block in a page/post
2 - run Google PageSpeed Insights
3 - check "Accessibility" section

What you expected to happen

N/A

What actually happened

N/A

Impact

Most (> 50%)

Available workarounds?

No but the platform is still usable

Logs or notes

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs triage [Type] Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants