wordpress-activitypub icon indicating copy to clipboard operation
wordpress-activitypub copied to clipboard

"Follow me" element uses prohibited ARIA attributes

Open cybeardjm opened this issue 1 year ago • 0 comments

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

cybeardjm avatar Aug 15 '24 19:08 cybeardjm