Re: section/heading reformulation

mr.hartung.acc10@streber24.de wrote:
> I have thought about the XHTML 2.0 invention 
> of derrived hyrarchie by <section> and <h>.
> 
> Up to now the layout is considered as followed:
> 
> <h>heading of section_1</h>
> <section>
>  this is section_1
>  <h>heading of section_1.1</h> 
>  <section>this is section_1.1</section>
> </section> 

I thought, the way to go with XHTML 2 was

<section>
   <h>heading of section_1</h>
   <!--this is section_1-->
   <section>
     <h>heading of section_1.1</h>
     <!--this is section_1.1-->
   </section>
</section>

-- 
Johannes Koch
Spem in alium nunquam habui praeter in te, Deus Israel.
                          (Thomas Tallis, 40-part motet)

Received on Monday, 31 July 2006 17:05:11 UTC