On Thu, Jan 21, 2010 at 8:48 PM, Phillip Senn <[email protected]> wrote: > What new html5 tag is the most likely candidate to replace > div class="container"?
Let's keep in mind that <div class="container"> and <div class="column"> are both non-semantic. Neither implies anything about the content at all. So if you do decide to replace them with a new HTML5 element, it will depend entirely on your content. I could see <nav>, <section>, <article>, etc. being used in all cases. -- -- Christian Montoya mappdev.com :: christianmontoya.net -- You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en.
