Decorative Image Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Decorative Image Check

Description

The “Decorative Image Check” evaluates whether decorative images on a webpage are appropriately marked using either an empty alt attribute (alt=””), role=”presentation”, or role=”none”.

Example outcome

I found 1 decorative image on the page (with alt=\"\" (empty alt) or with role=\"presentation\" or role=\"none\".

Impact

Fixes

To mark decorative images appropriately:

  1. Identify images that serve a purely decorative purpose and do not convey meaningful content or information.
  2. Add an empty alt attribute (alt=””), role=”presentation”, or role=”none” to indicate to assistive technologies that the image is decorative and should be ignored for informational purposes.
  3. Ensure that decorative images are not conveying important information that should be provided in an accessible format elsewhere on the webpage.

Resources