Re: section/heading reformulation

On Sun, 2006-08-06 at 22:51 +0200, Frank Hellenkamp wrote:
> what about subheadlines?
> <section>
>   <h1>headline 1</h1>
>   <h2>subheadline</h2>

I would say here that the subheadline and headline are logically the
same heading, and should be marked up as such:

<h>
  <l><strong>Dr Strangelove</strong></l>
  <l>or: How I Learned to Stop Worrying and Love the Bomb</l>
</h>

perhaps with:

	H, H STRONG {
		font-size: 125%;
	}

to give a similar visual appearance to your example.

-- 
Toby Inkster <mail@tobyinkster.co.uk>

Received on Monday, 7 August 2006 06:14:22 UTC