If you think of it as a traditional (printed paper) newspaper article (not sure that you should), the article is composed of headline, byline, lead, body copy, subheader (and images, pull quotes, illustrations etc). For html5, is the header, byline, lead, etc included in the scope of the <article> tag? Or is that (all of the newspaper article) a <section>, and only the body copy being an <article>?<br>
<br><div class="gmail_quote">On Fri, Jun 4, 2010 at 12:29 PM, Aaron Bassett <span dir="ltr"><<a href="mailto:me@aaronbassett.com">me@aaronbassett.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">><br>
> Basically, yes. You can use a series of <article>s if that's appropriate,<br>
> wrap all the "main content" in a <div> if you need to style it, or simply<br>
> have it as a descendent of the <body><br>
><br>
<br>
</div>But if an article is not appropriate a section might be.<br>
I remember some bloke once saying something about a section being a<br>
<br>
>  blob of content that you could store as an individual record in a database.<br>
 -- <a href="http://html5doctor.com/the-section-element/" target="_blank">http://html5doctor.com/the-section-element/</a><br>
<br>
If I'm understanding it correctly the section element should be used<br>
for content which is not to be syndicated (article would be better in<br>
that case) but which still has a natural heading.<br>
<br>
Something like the content for a "mission statement" page?<br>
<br>
It has a natural header, does not fit within the definition of an<br>
article, but is still a single blob of content which functions pretty<br>
well stand-alone.<br>
<br>
cheers<br>
<br>
Aaron<br>
<font color="#888888"><br>
<br>
--<br>
<a href="http://aaron" target="_blank">http://aaron</a>™.<a href="http://co.uk" target="_blank">co.uk</a><br>
<a href="http://twitter.com/aaronbassett" target="_blank">http://twitter.com/aaronbassett</a><br>
<a href="http://aaronbassett.tumblr.com" target="_blank">http://aaronbassett.tumblr.com</a><br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Help mailing list<br>
<a href="mailto:Help@lists.whatwg.org">Help@lists.whatwg.org</a><br>
<a href="http://lists.whatwg.org/listinfo.cgi/help-whatwg.org" target="_blank">http://lists.whatwg.org/listinfo.cgi/help-whatwg.org</a><br>
</div></div></blockquote></div><br>