WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: help with a form please

for

From: Geoff Munn
Date: Mar 17, 2007 1:20AM


On 17/03/2007, at 9:17 AM, Cheryl Amato wrote:

<snip>

> <td><label for="iacct_name"><img src="clear.gif" alt="name" /></
> label> <INPUT size="25" name="iacct_name" ID="iacct_name"></td>

There is no width and height attributes on your <img> element here,
which might be a problem for any accessibility guidelines you have to
conform to.
Secondly, you do not have a default value for your <input> element.

>
> <td><INPUT size="25" name="icand_fname" ID="icand_fname"></td>
> <td><INPUT size="25" name="icand_lname" ID="icand_lname"></td>

There is no 'type' attribute for these <input> elements... I presume
you mean 'text'. If so, there is also no default value.

I might be a little harsh, but there you go...

Geoff