- From: Frank Hellenkamp <jonas.info@gmx.net>
- Date: Sun, 06 Aug 2006 22:51:27 +0200
- To: mr.hartung.acc10@streber24.de
- CC: www-html@w3.org
Received on Sunday, 6 August 2006 20:51:43 UTC
> (b) Furthermore I would demand for a restriction
> that allows only one <h> per <section>. This
> is not forbidden currently. But I consider it
> necessarry to avoid structures like:
>
> <section>
> <h>The heading</h>
> <h>Another heading - but wherefore?</h>
> <p>...</p>
> <h>And once again.</h>
> </section>
>
>
> What do you think thereof?
what about subheadlines?
the spec says to use <h> with the structural <section> element *or* use
the numbered version <h1> to <h6>.
what about something like that:
<section>
<h1>headline 1</h1>
<h2>subheadline</h2>
<p>...</p>
<section>
<h1>headline 1.1</h1>
<h2>subheadline</h2>
<p>...</p>
</section>
</section>
<h1> and <h2> would be tied together but use a different style.
best regards,
frank hellenkamp
--
frank hellenkamp | interface designer
jonas.info@gmx.net | mail
+49.30.49 78 20 70 | tel
+49.173.70 55 781 | mbl
+49.12120.243 912 | fax
Received on Sunday, 6 August 2006 20:51:43 UTC