WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Tags to Represent Questions

for

From: Benjamin Hawkes-Lewis
Date: Jan 9, 2008 5:00PM


I'd suggest using headings:

<h1>Frequently Asked Questions</h1>



<div id="faq1">
<h2>Is this the best way to handle a frequently asked question?</h2>
<p>Perhaps.</p>
</div>

AFAIK all current screen reader releases allow users to skip from
heading to heading. I'm not aware of a screen reader that allows users
to skip easily from DT element to DT element.

--
Benjamin Hawkes-Lewis