Re: html 5 and accessibility issue

On Sat, 30 Jun 2007 18:28:37 +0200, Robert Burns <rob@robburns.com> wrote:
> It would have to mean:
>
> <dl>
>   <dt> 1st terme </dt>
>   <dd> 1st terme description </dd>
>   <dd> 1st terme 2nd description </dd>
>   <dt> 2nd terme </dt>
>   <dt> 3rd terme</dt>
>   <dd> 3rd terme description</dd>
> </dl>

The "3rd terme description" should read "2nd and 3rd terme description" or  
something. The structure is one or more <dt> elements followed by one or  
more <dd> elements. And you can repeat that structure multiple times  
inside a <dl> element.


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Sunday, 1 July 2007 10:32:02 UTC