section, nav, header, footer, article, mark, time ...
<header> <nav> | |
<article> <header> <time> ...<h1> ... | <aside> |
<footer> |
<section itemscope itemtype="http://data-vocabulary.org/Person"> <h1 itemprop="name">Meir Kriheli</h1> <img itemprop="photo" src="me.jpg" alt="[me]"> </section>
placeholder, autofocus
type = email | url | number | range | datetime | color
No validation yet (except Opera)
Lines, text, gradients, curves,
arcs, rectangles, images ...
ctx.fillStyle = '#fce94f'; ctx.beginPath(); ctx.moveTo(75,40); ctx.bezierCurveTo(75,37,70,25,50,25); ctx.bezierCurveTo(20,25,20,62.5,20,62.5); ctx.bezierCurveTo(20,80,40,102,75,120); ctx.bezierCurveTo(110,102,130,80,130,62.5); ctx.bezierCurveTo(130,62.5,130,25,100,25); ctx.bezierCurveTo(85,25,75,37,75,40); ctx.fill();
Theora, WebM, H.264
Opt in
Coords: latitude, longitude, accuracy
Persitent, key/value
Many non compatible implementations.
dojo.storage
<html manifest="/cache.manifest"> CACHE MANIFEST /site.css /logic.js /logo.jpg
html5.js, ExplorerCanvas, Google Gears
Hopes for IE9
Auto dir, compatible set-direction for text input,
bullet rendering ...
See draft: Additional Requirements for Bidi in HTML
django-html5 for form widgets, autofocus fallback
Multiple file upload problem, see #12446
In the loooong future, few non compativbe implementations, Some can be used right now