WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Ordered Lists and Forms

for

From: Caleb Tang
Date: Jun 29, 2009 10:30AM


I agree to have it done using div or br rather than ol/li. Apart form audio
clutter, it is also semantically confusing.

Caleb Tang
Accessibility & Usability Consultant


On 29/06/2009 16:29, "Dan Conley" < <EMAIL REMOVED> > wrote:

> I only skimmed the article, but wouldn't it be easier to use a div as a
> container than an ol/li? I use the styling given in Charles Wyke-Smith's
> Stylin' with CSS pretty much verbatim, and I think it accomplishes the
> same result with more appropriate markup (similar to using a dl for
> indentations)
>
> Dan Conley
>
> Justin Svetlik wrote:
>> I have used this method myself, it makes creating forms without the use
>> of tables much easier.
>> A List Apart has an article
>> <http://www.alistapart.com/articles/prettyaccessibleforms/>; on this method.
>>
>> Steve, I can see how this would cause audio clutter but not visual as
>> you would set list-style:none;, what method do you use for marking up forms?
>>
>> Justin
>>