2009-09-16 16:27, Jeremy Keith skrev:
All <article>s are <section>s but not all <section>s are <article>s

Just to be clear: Does that include the rules for headers when articles are nested, or when an article is contained in a section?

E.g. would this structure be treated as an identical flow from a headings level perspective if all article tags where replaced with section tags? I.e. Would it be as if I'd use h1, h2 and h3 today?

<section>
  <h1 />
  <article>
    <h1 />
      ...
    <article>
      <h1 />
    </article>
  </article>
</section>


--
Keryx Web (Lars Gunther)
http://keryx.se/
http://twitter.com/itpastorn/
http://itpastorn.blogspot.com/

Reply via email to