I'd like to grok the ultimate nature of <aside>, <section>, <article>.
What is the best, most semantically correct structure of a blog page using HTML5 tags?
Should I put the sidebar inside an <aside>? Or does this rather belong into a <section> (as <aside> should be used for advertisements, short quotes and such)?
How should I present the main feature, the blog post? How do I use <article> correctly?
How should I mark-up the article tags?