RuleSets of AccessMonitor - the validator of web accessibility practices
The “Alternative Text In Image Maps’ Area Elements Check” evaluates whether all <area>
elements used in image maps include a valid, descriptive alt attribute.
I noticed that all active <area>
of the image maps in the webpage use the alt
attribute.
<area>
elements or announce them without context, making navigation impossible.<area>
regions without knowing their purpose, disrupting flow and usability.To address missing or inadequate alt text:
<area>
element with inadequate or missing alternative text.alt
attribute describing the function of the image map.