1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2: "http://www.w3.org/TR/html4/loose.dtd">
3:
4: <html>
5: <head>
6: <title>illegal coords value</title>
7: <meta http-equiv="Content-Type" content="text/html;
8: charset=iso-8859-1">
9: </head>
10: <body>
11: <map name="foo">
12: <area coords="1,2,3,-4" href="http://foo.com" alt="">
13: <area shape="rect" coords="*1,2,3,4" href="http://foo.com" alt="">
14: <area shape="circle" coords="1,2%,3" href="http://foo.com" alt="">
15: <area shape="poly" coords="1,2,3,f,5,6" href="http://foo.com" alt="">
16: </map>
17: </body>
18: </html>