area
elements have an alt
attribute.
area
element missing alt
attribute.
area
elements must contain a alt
attribute.
alt
attribute to this area
element. The alt
attribute should describe the link destination and make sense when read out of context.
area
elements for the presence of an alt
attribute.area
elements have an alt
attribute.alt
attribute to the area
element.area
element has alt
attribute.
<?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> <meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8" /> <title>OAC Testfile - Check #64 - Negative</title> </head> <body> <p><map id="map1" name="map1"> <area shape="rect" coords="0,0,30,30" href="reference.html" alt="reference section"/> </map></p> </body> </html>
area
element missing alt
attribute.
<?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> <meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8" /> <title>OAC Testfile - Check #64 - Positive</title> </head> <body> <p><map id="map1" name="map1"> <area shape="rect" coords="0,0,30,30" href="reference.html" /> </map></p> </body> </html>