“We're betting big on HTML 5.”— Vic Gundotra, Google
“The world is moving to HTML5.”— Steve Jobs, Apple
“The future of the web is HTML5.”— Dean Hachamovitch, Microsoft
for Android and Nokia
<s>
element<article>
- self-contained post, news, comment
<header>
- intro, nav, headings<footer>
- info, copyright<aside>
- tangential content, side comments<audio src></audio>
<video src></video>
<source src>
- publish WebM and H.264
<video controls>
<source src="http://example.com/vid.ogv">
<source src="http://example.com/vid.mp4">
<object data="http://example.com/vid.mp4">
<embed src="http://example.com/vid.swf">
</object>
</video>
<object>
<embed>
for older browser fallback#!
URLshistory.pushState
- update current URLImplementors should be aware that this specification is not stable. Implementors who are not taking part in the discussions are likely to find the specification changing out from under them in incompatible ways.