area
elements contains all non decorative text in the image area.
area
image may contain text that is not in Alt text.
area
elements.
Question | Is any non decorative text within the image also in the Alt text? |
---|---|
PASS | All non decorative text in image is also in Alt text. |
FAIL | Image contains non decorative text that is not in Alt text. |
area
element, check if the associated image contains any text.area
elements contains all non decorative text in the image area.<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>OAC Testfile - Check #194 - Negative</title> </head> <body> <p><img src="welcome.gif" usemap="#map1" alt="Image map of areas in the library" /></p> <p><map id="map1" name="map1"> <area shape="rect" coords="0,0,80,30" href="reference.html" alt="Reference" /> <area shape="rect" coords="0,35,110,100" href="media.html" alt="Audio Visual Lab" /> </map></p> </body> </html>
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>OAC Testfile - Check #194 - Positive</title> </head> <body> <p><img src="welcome.gif" usemap="#map1" alt="Image map of areas in the library" /></p> <p><map id="map1" name="map1"> <area shape="rect" coords="0,0,80,30" href="reference.html" alt="Reference" /> <area shape="rect" coords="0,35,110,100" href="media.html" alt="Lab" /> </map></p> </body> </html>