Missing Graphic Button Alt Text Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Missing Graphic Button Alt Text Check

Description

The “Missing Graphic Button Alt Text Check” evaluates whether there is any <input type="image"> element on the page without an alt attribute.

Example outcome

I found 1 graphic button on the page that does not have 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