Validome-Logo

HTML / XHTML / WML / XML Validator

 
Validome - Validator Home de | en
Validome-Logo

Errors in Attribute-values


  Validome W3C-Validator WDG-Validator Total-Validator Site Valet-Validator

HTTP-Header:
Content-Type: text/html; charset=ISO-8859-1

  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>

Only integer values are allowed in "coords"-Attribute.
Alphabetic signs, relative and percentual values are not allowed.

Top   v3.0.0 - 16.11.2010 © validome.org - all rights reserved Datenschutzerklärung

Valid XHTML 1.0