I can't find any info if it's OK to use some of the HTML5 elements more than once.
What I have in mind, in a ecommerce site which has 3 columns layout, in which left/right side columns are used for reports (e.g., recently view, upsell, related products, poll or newsletter etc...). So can I have? <aside id="leftcol"></aside> <section id="middle-col"></section> <aside id="rightcol"></aside> p/s. I know I can do something like below but for layout/design consideration, this may not be the best approach sometimes. <section id="middle-col"></section> <aside> <div class="sidecol1"></div> <div class="sidecol2"></div> </aside> Similarly, can nav element be used twice? One for cateogries menu, and one for general menu that is used for Customer Service, FAQ sort of the pages. Thanks! tee ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org *******************************************************************