New Tag Support
From RuntimeWiki
Support for new HTML structural tags from the HTML5 specification such as:
- <section>
- <header>
- <hgroup>
- <footer>
- <nav>
- <article>
- <aside>
- <article>
- <details>
- <figure>
- <hgroup>
- <mark>
- <dialog>
- <command>
- <menu>
- <time>
- <progress>
- <meter>
- <source>
The W3C spec that documents the above tags is at:
Here are articles about the new structural tags:
- http://orderedlist.com/articles/structural-tags-in-html5
- http://www.ibm.com/developerworks/library/x-html5/
The extra HTML 5 tags + better CSS layout are necessary so that we don't need ten thousand DIVs to do a layout like GMail, which just slows things down and keeps web-app programing restricted to JS wizards.
