Where do I start? There is nothing right about it. Definition lists are 
primarily intended for specifying the relationship between a term and its 
definition. However, the list items following a heading do not define it. 
Definition lists can also be used for other purposes such as marking up dialog, 
but none of those purposes apply in this case.

An <h?>  heading is all that is required, as others have previously said.

Steve

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

Come on Steve, tell us why not then?

Bob

----- Original Message ----- 
From: "Steve Green" <steve.gr...@testpartners.co.uk>
To: <wsg@webstandardsgroup.org>
Sent: Wednesday, March 07, 2012 12:31 PM
Subject: RE: [WSG] list heading - best practice?


-----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
*******************************************************************




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



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

Reply via email to