Inappropriate Alt Text on Input Element Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate Alt Text on Input Element Check

Description

The “Inappropriate Alt Text on Input Element Check” evaluates whether any <input> element that contains an alt attribute is not a graphical button.

Example outcome

I found 1 <input> element with the alt attribute that is not a graphical button.

Impact

Fixes

To address <input> elements that inappropriately contain an alt attribute:

  1. Locate the <input> element.
  2. Remove the alt attribute from it.

Resources