Re: [VE][108] Error Message Feedback

Hello Rafael,

On Jul 20, 2006, at 04:22 , Rafael Sposito - IKEDA wrote:
> Validating Error [108]: "there is no attribute X"
>
> The validator says there is no attribute “name” to the tag <form>.

Which, if you are using XHTML1.0, is correct:
http://www.w3.org/TR/xhtml1/#h-4.10

> But I can only access its properties through javascript for  
> example, if I specify a name to it.
What's wrong with getElementById? You can give your form an id, and  
access it that way, can't you?

-- 
olivier

Received on Friday, 21 July 2006 02:29:19 UTC