RuleSets of AccessMonitor - the validator of web accessibility practices
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.
I noticed that all the graphic buttons on the page make use of the alt
attribute.
To address graphic buttons missing alternative text:
<input type="image">
element missing an alternative text.alt
text, providing information about the action performed by a click.