E-mail List Archives
Re: Navigation lists and headers - best practise?
From: Austin, Darrel
Date: Aug 27, 2007 3:30PM
- Next message: Jukka K. Korpela: "Re: Navigation lists and headers - best practise?"
- Previous message: John Foliot - Stanford Online Accessibility Program: "Re: WCAG 2 draft and abbreviations"
- Next message in Thread: Jukka K. Korpela: "Re: Navigation lists and headers - best practise?"
- Previous message in Thread: Moore, Michael: "Re: Navigation lists and headers - best practise?"
- View all messages in this Thread
Whoa...this thread is going on over a year now. Made me go back and
reflect on some of the comments.
I'm being swayed by the H2 arguments, yet I still like the semantics of
using a DL list. Any thoughts on an implementation like this:
<dl>
<dt>
<h2>Section Navigation Title</h2>
</dt>
<dd>
<ul>
<li>link</li>
<li>link</li>
</ul>
</dd>
<dt>
<h2>Section Navigation Title</h2>
</dt>
<dd>
<ul>
<li>link</li>
<li>link</li>
</ul>
</dd>
</dl>
Redundant? Useful?
-Darrel
- Next message: Jukka K. Korpela: "Re: Navigation lists and headers - best practise?"
- Previous message: John Foliot - Stanford Online Accessibility Program: "Re: WCAG 2 draft and abbreviations"
- Next message in Thread: Jukka K. Korpela: "Re: Navigation lists and headers - best practise?"
- Previous message in Thread: Moore, Michael: "Re: Navigation lists and headers - best practise?"
- View all messages in this Thread