- From: Robert O'Rourke <rob@sanchothefat.com>
- Date: Wed, 04 Feb 2009 10:23:21 +0000
Christian Svindseth wrote:
>
> On Feb 4, 2009, at 11:13 AM, Robert O'Rourke wrote:
>
>> Hi everyone,
>>
>> Are there any plans to bring list headers from HTML3 into HTML5? 
>> They'd make a lot of markup patterns simpler and be very very useful 
>> when it comes to styling.
>>
>> http://www.w3.org/MarkUp/html3/listheader.html
>>
>> -Rob
>
> Unless I'm misreading the spec completely, HTML5 supports h1-h6, and 
> even header elements inside list items.
>
> -Chris
>
I know that, I was referring to the <lh> element ie.
<ul>
    <lh>A header for the list</lh>
    <li>List item</li>
    <li>List item</li>
    <li>List item</li>
</ul>
   
Received on Wednesday, 4 February 2009 02:23:21 UTC