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

Accessibility Fix for Featured Images as Links in Latest Posts Block #36250

Closed
robin-scott opened this issue Nov 5, 2021 · 0 comments · Fixed by #36251
Closed

Accessibility Fix for Featured Images as Links in Latest Posts Block #36250

robin-scott opened this issue Nov 5, 2021 · 0 comments · Fixed by #36251
Labels
[Block] Latest Posts Affects the Latest Posts Block [Type] Enhancement A suggestion for improvement.

Comments

@robin-scott
Copy link
Contributor

What problem does this address?

As mentioned in #24548 (comment)

There is an accessibility issue with the "add link to featured image" option within latest posts block -- in that "Links do not have a discernible name" & should be updated to include an aria-label="The post title" in there.

This option:

image

Produces accessibility warnings in Lighthouse (etc) "Links do not have a discernible name" - as our featured image links don't tell screen readers what the link is.

What is your proposed solution?

I will add a branch / PR with the correct aria-label (I have already got this working!) - all that's needed is the title (which is used later on) variable to be declared a little earlier, then it can be included in this block.

robin-scott added a commit to silicondales/gutenberg that referenced this issue Nov 5, 2021
Fixes - WordPress#36250

- Move title var to top of foreach loop
- include title as aria-label content for each featured image link
@stevenlinx stevenlinx added the [Type] Enhancement A suggestion for improvement. label Nov 8, 2021
@skorasaurus skorasaurus added the [Block] Latest Posts Affects the Latest Posts Block label Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Block] Latest Posts Affects the Latest Posts Block [Type] Enhancement A suggestion for improvement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants