- From: Ian Hickson <ian@hixie.ch>
- Date: Wed, 4 Feb 2009 19:23:04 +0000 (UTC)
On Wed, 4 Feb 2009, Julian Reschke wrote: > > > > You can do this in HTML5, using <figure> and <legend>: > > > > <figure> > > <legend>A header for the list</legend> > > <ul> > > <li>List item</li> > > <li>List item</li> > > <li>List item</li> > > </ul> > > </figure> > > "The figure element represents some flow content, optionally with a > caption, which can be moved away from the main flow of the document > without affecting the document's meaning." > > I don't think this is usually the case for a list. As Benjamin implied, I think it actually _is_ the case for lists that have headers. Counter-examples would be useful though. -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Wednesday, 4 February 2009 11:23:04 UTC