Re: Comments about the 2002-08-05 XHTML 2.0 WD

Henri Sivonen wrote:
> Another thing that I've noticed is that (X)HTML doesn't provide any 
> semantic markup for indicating which part of the page are main 
> content and which parts are navigation.

How about defining the contents of the outer-most <section/> as the main 
content, and everything outside it as navigation, footers, etc.?

Example:

<body>
   (navigation lists, etc.)
   <section>
     <h>Main header</h>
     (content, subsections, etc.)
   </section>
   footer, more navigation, etc.
</body>

/Jonas

Received on Thursday, 22 August 2002 17:29:47 UTC