html - W3 Validation errors -


I have 12 errors, but some are pure non-existent. I am using a clever templing engine.

Doctip:

   

, but the "duplicate specification of the attribute" value "" is not just according to me. Tpl:

  {textfield class = "quetext" Value = "Epost *" onblur = "If (this.value == '') this.value = 'Epost *';" Onfocus = "If (this.value == 'Epost *') it. Value = '';"}  

In addition, a textarea requires attribute "Rows" and "Coles"? I thought that was only for tables?

And I do not understand what the two errors mean in the end:

  line 586, column 80: the attribute value was redefined. .  

Please help!

(sorry) Cut and change things, I am now working on valadiation, to clear as many errors as possible.)

" duplicate specification of the attribute "value" "is just not right according to me. Tpl:

The validator is only looking at your output. You have twice the value attribute, no matter what you say. Tpl says.

In addition, does a texture require the attributes of "rows" and "coles"?

Yes

Did I think that was only for tables?

line 586, column 80: attribute value redefined ...

You are in short: & lt; Foo value = "some" value = "some" & gt;

This is the same problem as before, except that the error on one another instead of the first one.


Comments