G'day

Paul Novitski wrote:
I would argue that this is perfectly good markup & styling:

        <ol>
                <li>1 - Aardvark</li>
                <li>2 - Banshee</li>
                <li>3 - Cicada</li>
        </ol>

and then:

        ol li
        {
                list-style-type: none;
        }


Question... How will assistive technology "render" it? What about browsers without CSS support?

My guess is that some or all of them will double up on the numbering and cause a great deal of confusion, especially when the lists are nested.

Plus I foresee formatting problems (indented text anyone?)

--
Bert Doorn, Better Web Design
http://www.betterwebdesign.com.au/
Fast-loading, user-friendly websites

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to