WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Navigation lists and headers - best practise?

for

From: smithj7
Date: Aug 22, 2007 6:10PM


I've been using header levels for my navigation ever since I went to the
Assistive Technology conference in Orlando, FL. The speech users said
it was a definate improvement from a whole much of link lists on a
website. It broke up the link lists on front pages in a similar way
that a sited person might have. However, I was wondering if anyone uses
the navigation list for xhtml? I only learned about it recently and
don't want to change everything if it is not good standards.

Example code follows:

<nl>
<label>Contents </label>
<li href="#introduction">Introduction</li>
<li>
<nl>
<label>Terms</label>
<li href="#may">May</li>
<li href="#must">Must</li>
<li href="#should">Should</li>
</nl>
</li>
<li href="#conformance">Conformance</li>
<li href="#references">References</li>
...
</nl>


-----Original Message-----
From: <EMAIL REMOVED>
[mailto: <EMAIL REMOVED> ] On Behalf Of Penny Roberts
Sent: Wednesday, August 23, 2006 11:05 AM
To: WebAIM Discussion List
Subject: [WebAIM] Navigation lists and headers - best practise?


This is going off at a tangent from the original post so I've started a
new thread.

In response to the thread "are there any accessibility testing
best
practices" Jon Gunderson posted a link to the Functional Web
Accessibility Evaluation Tool.
I've looked at the UIUC "Best Practices" site before but I must
have
missed this: http://cita.uiuc.edu/html-best-practices/nav/menus.php
Does everyone agree that it is best practice to have an h2
heading
before a ul used for navigation? I've never come across the suggestion
before so I'm interested to know how well supported (or not)+ the idea
is.

Penny