Re: xhtml2

On Thu, Aug 10, 2006 at 01:30:52PM +0100, Mike Whitehurst wrote:
>    i see, but isn't that duplication?

>    <section><h2>Text
>    "this is a section, this is a level 2 section called Text"

That would be, but the syntax is:

<h>Heading</h>
<section>
  <h>Level 2 heading</h>
  <section>
    <h>Level 4 heading</h>
  </section>
</section>

May I suggest you read the spec being discussed?
http://www.w3.org/TR/xhtml2/mod-structural.html

-- 
David Dorward                                      http://dorward.me.uk

Received on Thursday, 10 August 2006 12:45:11 UTC