004-novalid.xhtml (276B)
1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <head> 3 <title>invalid img@usemap as descendant of <a> element</title> 4 </head> 5 <body> 6 <map name="bar"/> 7 <p id="foo"><a href="#foo"><img src="http://www.w3.org/Icons/w3c_main.png" usemap="#bar" alt=""/></a></p> 8 </body> 9 </html>