

@smorcuend

@smorcuend


@smorcuend
Meanwhile...., Where is IE?

@smorcuend


@smorcuend

@smorcuend


@smorcuend

@smorcuend




@smorcuend


@smorcuend
| HTML4 | HTML5 |
|---|---|
|
Not semantic content in diferents deprecated tags and elements. |
More util tags and overcoat attributes |
| Not handle error parsing | More support for parsing rules |
| CSS2 |
CSS3. HTML5 requiers less JS code for release the same effects |
| Not Multimedia support |
New tags for multimedia elements |
| Not Vector Graphics native support | Canvas, SVG, MathML, ..., is integral part of HTML5 |
| Not support |
New JS APIs support |


@smorcuend

@smorcuend

@smorcuend
Connectivity
CSS3
Device Access
Multimedia
Graphics
Performance & Integration
Offline / Storage
Semantics & Markup

@smorcuend
<body>
<header>
<hgroup>
<h1>Page title</h1>
<h2>Page subtitle</h2>
</hgroup>
</header>
<nav>
<ul>
Navigation...
</ul>
</nav>
<section>
<article>
<header>
<h1>Title</h1>
</header>
<section>
Content...
</section>
</article>
<article>
<header>
<h1>Title</h1>
</header>
<section>
Content...
</section>
</article>
</section>
<aside>
Top links...
</aside>
<figure>
<img src="..."/>
<figcaption>Chart 1.1</figcaption>
</figure>
<footer>
Copyright ©
<time datetime="2010-11-08">2010</time>.
</footer>
</body>
@smorcuend
<div itemscope itemtype="http://example.org/band">
<p>My name is <span itemprop="name">Neil</span>.</p>
<p>My band is called <span itemprop="band">Four Parts Water</span>.</p>
<p>I am <span itemprop="nationality">British</span>.</p>
</div>
@smorcuend

@smorcuend

@smorcuend
Audio
Video
But...don't exist audio/video standard format!!

@smorcuend

@smorcuend