<br><br><div class="gmail_quote">On Thu, Feb 28, 2008 at 5:07 PM,  <<a href="mailto:html@nczonline.net">html@nczonline.net</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;">
I'm still not clear to me how <section/> is anything more than a <div/>. HTML4 said: "The DIV and SPAN elements, in conjunction with the id and class attributes, offer a generic mechanism for adding structure to documents" (<a href="http://www.w3.org/TR/html401/struct/global.html#edef-DIV" target="_blank">http://www.w3.org/TR/html401/struct/global.html#edef-DIV</a>). Isn't that the very thing that <section/> is trying to do? Provide structure? I don't see that it offers anything over and above what <div/>s do now, except for confusing developers as to which is more appropriate to use.<br>

<br>
-Nicholas</blockquote><div><section> adds structure to *content*.  <div> adds structure to the entire document.<br><br>If you insist, <section> is the new <div> for content structure, just like <nav> is the new <div> for navigation elements or <footer> is the new <div> for footer elements.  If used semantically, <section>s will only appear in the actual content of the page, not on the overall structure.<br>
<br>As for being confusing, the name should certainly help sort things out.  Am I wrapping up a section of content?  <section> it is!  Am I wrapping a header, footer, nav, aside?  Already done!  Anything else?  Use <div>.<br>
<br>I feel you're probably just ignoring the distinction between the content of a page and the page as a whole.  The division is pretty clear in most examples in the wild, and so the usage should be fairly clear as well.<br>
<br>~TJ <br></div></div><br>