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>