Inadequate Alternative Text In Image Maps’ Area Elements Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inadequate Alternative Text In Image Maps’ Area Elements Check

Description

The “Inadequate Alternative Text In Image Maps’ Area Elements Check” evaluates whether there are <area> elements in image maps that either don’t have the alt attribute, or, have alt="" which provides no description to assistive technologies.

Example outcome

I found 1 <area> element without the alt attribute or with alt=\"\".

Impact

Fixes

To address inadequate alternative text:

  1. Locate the <area> element with inadequate alternative text.
  2. Add or rewrite the alternative text attribute to provide a clear and precise description of the image map function.

Resources