RuleSets of AccessMonitor - the validator of web accessibility practices
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.
I found 1 <area>
element without the alt
attribute or with alt=\"\"
.
<area>
elements or announce them without context, making navigation impossible.<area>
regions without knowing their purpose, disrupting flow and usability.To address inadequate alternative text:
<area>
element with inadequate alternative text.