Alternative Text Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Alternative Text Check

Description

The “Alternative Text Check” evaluates whether all images on a webpage have an alternative text (alt text) attribute specified.

Example outcome

I noticed that all the images on the page have an alternative text equivalent.

Impact

Fixes

To address missing or inadequate alt text:

  1. Review each image on the webpage and determine appropriate alternative descriptions based on their content and context.
  2. Add alt text to each image using descriptive and concise language that conveys the purpose or function of the image.
  3. For decorative images, use empty alt text (alt=””) to indicate their decorative nature to assistive technologies.

Resources