Make WordPress Core

Opened 2 years ago

Closed 2 years ago

#55118 closed enhancement (invalid)

about.php is missing alt descriptions

Reported by: igorradovanov's profile igorradovanov Owned by:
Milestone: Priority: normal
Severity: normal Version: 5.9
Component: Help/About Keywords: reporter-feedback
Focuses: accessibility, coding-standards Cc:

Description

The images inside the about.php file are missing alt descriptions.

Example:

<div class="column about__image is-vertically-aligned-center is-edge-to-edge">
    <img src="https://s.w.org/images/core/5.9/list-view.png" alt="" />
</div>

This should be avoided in the future in order to provide a better accessibility experience for the new WordPress versions.

Change History (3)

#1 @audrasjb
2 years ago

  • Component changed from Administration to Help/About
  • Keywords reporter-feedback added

Hello @igorradovanov and thank you for opening this ticket,

The assumption of the About page team was that these images are illustrative only. If they are illustrative, then we shouldn't add any alt text. See this decision tree for further details: https://www.w3.org/WAI/tutorials/images/decision-tree/

This ticket was mentioned in Slack in #accessibility by ryokuhi. View the logs.


2 years ago

#3 @ryokuhi
2 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

Thank you again @igorradovanov for opening this ticket, which was discussed today during the accessibility team's bug-scrub.

We monitored the entire creation process of the About Page: for what is worth, I also asked myself your same question.
It's really important to add alt texts to images, but not all images need an alt description. In this case, there is no information in the images that isn't already conveyed in the surrounding text, so these images are decorative and, as such, the alt text must be present, but empty.

As this is not a bug, I'm closing this ticket as invalid.

Note: See TracTickets for help on using tickets.