W3 Validation errors..

Posted by Kyle Sevenoaks on Stack Overflow See other posts from Stack Overflow or by Kyle Sevenoaks
Published on 2010-05-18T08:14:31Z Indexed on 2010/05/18 8:20 UTC
Read the original article Hit count: 263

Filed under:
|
|

I have 12 errors, but some are just pure non existent.

Doctype:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Here's the error report, but the "duplicate specification of attribute "value"" simply isn't true according to my .tpl:

{textfield class="quetext" value="Epost*" onblur="if(this.value=='') 
this.value='Epost*';" 
onfocus="if(this.value=='Epost*') this.value='';"}

Also, does a textarea require the attribute "rows" and "cols"? I thought that was only for tables?

And I don't understand what the two errors at the end mean:

Line 586, Column 80: Attribute value redefined... 

Please help!

Thanks :)

(Sorry if things chop and change, I'm working on the valdiation now, to tidy up as many errors as possible.)

© Stack Overflow or respective owner

Related posts about w3-validation

Related posts about css