- From: Johannes Koch <koch@w3development.de>
- Date: Mon, 23 May 2005 09:51:06 +0200
- To: www-html@w3.org
Orion Adrian wrote:
> The issue I have with this approach is that it creates issues with sub-sections.
> 
> 
> Let's assume I have a document that only has two levels of text.
> <section>
>   <h>Heading 1</h>
>   <p></p>
>   <section>
>     <!-- this is a level 2 section -->
>     <p></p>
>     <seperator /> <!-- represents a perspective shift. -->
>     <p></p>
>   </section>
> </section>
<section>
   <h>Heading 1</h>
   <p></p>
   <section>
     <div class="perspective1">
       <p></p>
     </div>
     <div class="perspective2">
       <p></p>
     </div>
   </section>
</section>
-- 
Johannes Koch
In te domine speravi; non confundar in aeternum.
                             (Te Deum, 4th cent.)
Received on Monday, 23 May 2005 07:51:55 UTC