RuleSets of AccessMonitor - the validator of web accessibility practices
The “Missing Graphic Button Alt Text Check” evaluates whether there is any <input type="image">
element on the page without an alt
attribute.
I found 1 graphic button on the page that does not have 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.