Skip to content

Error · input-image-alt

Image buttons without a name

A button made of an image (search, submit) is announced as "button" with no purpose.

Who it leaves out: blind people (screen readers)🔎 also SEO

How to fix it

Give each image button a short name, like "Search". Code included.

In the code

Give the <input type="image"> an alt="…" that says what the button does (e.g. alt="Search").

Our scanner writes and tests this correction for you.

Does your site have this error?

Free check in about a minute, no account.

One more chance: free scan · no account

Related errors

Automated testing covers roughly half of WCAG criteria; a full conformance claim also requires manual review. Technical information, not legal advice.