-----Original Message-----
From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On 
Behalf Of Oliver Boermans
Sent: 07 March 2012 11:20
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] list heading - best practice?

On 6 March 2012 09:20, Dan Freeman <dan.free...@lexi.com> wrote:
> How about in HTML5?
>
> <section>
>                 <header>Some Title</header>
>                 <ul>
>                                 <li>Item 1</li>
>                                 <li>Item 2</li>
>                                 <li>Item 3</li>
>                 </ul>
> </section>
>
> OR:
>
> <section>
>                 <h?>Some Title</h?>
>                 <ul>
>                                 <li>Item 1</li>
>                                 <li>Item 2</li>
>                                 <li>Item 3</li>
>                 </ul>
> </section>

How do people feel about a definition list instead for this?

<dl>
        <dt>Some title</dt>
        <dd>Item 1</dd>
        <dd>Item 2</dd>
        <dd>Item 3</dd>
</dl>

Ollie
--

Nooooooo!!!


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to