<br><br><div class="gmail_quote">On Fri, Feb 29, 2008 at 11:39 AM, Nicholas Zakas <<a href="mailto:nicholas.zakas@yahoo.com" target="_blank">nicholas.zakas@yahoo.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">I don't think it's as clear as you make it out to be. A "section" and a "division". I hate to consult a dictionary on this, but one definition for "section" is "subdivision". The naming alone does not make it clear what the difference is. The <nav/>, <header/>, and <footer/> elements are pretty clear as to their usage. <br>

</div></div></div></blockquote><div>Some additional language might be good for clarifying.  Optionally, got any better suggestions for the element's name?<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br>Anne mentioned that <section/> interacts with <h1/>-<h6/>...how so?<br>

</div></div></div></blockquote><div>In HTML5, the <hx> hierarchy is explicitly ignored.  Instead, they're all treated the same.  The actual heading level is determined by <section> nesting.<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br>If <section/> is something people believe in, then there really has to be more definition around it and its difference with <div/>. I know part of HTML 5 is to mitigate the div-itis problem, but without clearer distinctions you'll just end up with a mishmash of
 <section/> and <div/> being used interchangeably.<br></div></div></div></blockquote><div>Okay, let's make sure it's clear.  <section> has a pretty anemic description in the spec currently.<br><br>

To the best of my knowledge, the basic use case of <section> is dividing up related content within an <article>.  This is pretty easy to use correctly.<br><br>Question to others:  I think it is somewhat unclear what exactly the correct semantics are for <section> when it is encountered outside of an <article>.  Since <section> is the most generic of the sectioning tags, there is a definite risk of it falling into the same hole that <div> is in.  Where exactly should <section> be used when outside of an article, and when should we just default to the <div>?<br>
<br>~TJ<br>
</div></div>