Missing Image Link Alternative Text Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Missing Image Link Alternative Text Check

Description

The “Missing Image Link Alternative Text Check” evaluates whether there are anchor (<a>) elements that contain only an image where that image has an empty alt attribute (e.g., alt="")

Example outcome

I found 1 link with empty content. In fact, it is composed only by an image and that image has as an empty alternative text equivalent (i.e. alt=ʺʺ).

Impact

Fixes

To address missing alt text on an image link:

  1. Identify the image lacking alt text.
  2. Determine a meaningful alternative text.
  3. Add alt text to the image using descriptive language, ensuring it accurately represents the image’s purpose.

Resources