Quoting Henri Sivonen <[EMAIL PROTECTED]>:
What about the interaction of <section> with <head> and <body>?

You said yourself that any element other than a few known ones closes the HEAD
element and implies a BODY element start tag.

So the DOM result for something like |<title>foo</title><section>...| would
always be:

HTML
 - HEAD
 - - TITLE
 - BODY
 - - SECTION

... imho.

Kind regards,

Anne


--
Anne van Kesteren
<http://annevankesteren.nl/>

Reply via email to