WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Multiple form inputs as a list item

for

From: Rob Unsworth
Date: Jan 8, 2010 4:03PM


Geof,

I believe putting the form inside a list was to get the indentation.

The site is administered by a friend of mine, I was asked some time back
to check it for accessibility. Among other comments I got back from the
developer was this "I have an intimate knowledge of accessibility......"

I should have given the url in my original post, it contains some other
"interesting" pieces of code and some fundamental errors in accessibility.

http://www.strathfieldsaye.vic.lions.org.au


Rob.


On Fri, 8 Jan 2010, Geof Collis wrote:

> Why is it necessary to use a list?
>
> cheers
>
> Geof
>
> At 12:30 AM 1/8/2010, you wrote:
>> Hi,
>>
>> I came accross this today and was wondering what you guys would make of
>> it.
>>
>>
>> <form name="newpage" method="post" action="/admin_access/">
>>
>> <ul>
>> <li>
>> <div class="wlh2">Member Login</div>
>> <table align="center" cellpadding="0px" cellspacing="0px"
>> border="0">
>> <tr> <td valign="top" width="120">First Name:</td>
>> <td valign="top"><input type="text"
>> maxlength="255" name="admin_part1" /><br /><br /></td>
>> </tr>
>> <tr> <td valign="top" width="120">Last Name:</td>
>> <td valign="top"><input type="text"
>> maxlength="255" name="admin_part2" /><br /><br /></td>
>> </tr>
>> <tr> <td valign="top">Password:</td>
>> <td valign="top"><input type="password"
>> name="admin_part3" /><br /><br /></td>
>> </tr>
>> <tr> <td valign="top"></td>
>> <td valign="top"><input type="submit"
>> name="submit" value="login" /></td>
>> </tr>
>> </table>
>> </li>
>> </ul>
>> </form>
>>
>>
>> Rob.
>>