23. Area element is missing alternative text

1.1.12.4.4

Area alt text incorrect example

Description: On the image map an ‘area’ element occurs with no alternative text.

Context: Area tags generally do not have descriptive content within them, making it difficult for readers to understand them without additional information.

<area shape="circle" coords="687,281,8" target="bottom" href="plantbrochuretour.html#63">

How to fix it: Provide alternative text for all areas.

<area alt="Location 3 - Bachman Hall" shape="circle" coords="687,281,8" target="bottom" href="plantbrochuretour.html#63">

Techniques: F65H24