Graphic Button Alt Text Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Graphic Button Alt Text Check

Description

The “Graphic Button Alt Text Check” evaluates whether all <input type="image"> elements on the page have a non-empty, descriptive alt attribute, which serves as the accessible label for users relying on screen readers or keyboard navigation.

Example outcome

I noticed that all the graphic buttons on the page make use of the alt attribute.

Impact

Fixes

To address graphic buttons missing alternative text:

  1. Locate the <input type="image"> element missing an alternative text.
  2. Add a descriptive alt text, providing information about the action performed by a click.

Resources