RE: dl, dd, dt in XHTML 2.0

Marcos Caceres said:
> When I think about it some more, doing this kind of nesting may also 
> require
> the renaming of the dl, dd, dt, or even adding some sort of container 
> that
> wraps around a definition.. Something different like this:
> 
>  
> 
> <dl>
> 
>     <definition>
> 
> <dt>My term</dt>
> 
>             <dd>This is the a definition</dd>
> 
> <dd>This is the another definition</dd>
> 
>       </definition>
> 
> </dl>

This sounds a lot better to me

Received on Tuesday, 20 May 2003 04:17:26 UTC