[whatwg] Interpretation issue: can <section> be used for "extended paragraphs"?

Andy Mabbett andy at pigsonthewing.org.uk
Thu Mar 10 08:58:56 PST 2011


On 10 March 2011 08:20, Jukka K. Korpela <jkorpela at cs.tut.fi> wrote:
> what should we say to people to need to use paragraphs
> that contain lists, for example?

This has concerned me for some time.

Consider a more complex scenario:

<p>I always like to eat these cheeses:</p>
<ul>
 <li>Cheddar
 <li>Stilton
 <li>Red Lester
</ul>
<p>but I enjoy them most with one of these biscuits:</p>
<ul>
 <li>wheat crackers
 <li>rye crackers
 <li>digestives
</ul>
<p>and some chutney.</p>

What I would like to be able to do is:

<p>I always like to eat these cheeses:
<ul>
 <li>Cheddar
 <li>Stilton
 <li>Red Lester
</ul>
but I enjoy them most with one of these biscuits:
<ul>
 <li>wheat crackers
 <li>rye crackers
 <li>digestives
</ul>
and some chutney.</p>

Now I'm hungry :-(

-- 
Andy Mabbett
@pigsonthewing
http://pigsonthewing.org.uk



More information about the whatwg mailing list