html 5 overview - lachlan hunt · 2008. 11. 6. · html 5 overview lachlan hunt pubcon, las vegas...

19
HTML 5 Overview Lachlan Hunt PubCon, Las Vegas 2008-11-13

Upload: others

Post on 19-Sep-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: HTML 5 Overview - Lachlan Hunt · 2008. 11. 6. · HTML 5 Overview Lachlan Hunt PubCon, Las Vegas 2008-11-13. New Structure and Semantics. footer menu title small ... Parsing HTML

HTML 5 OverviewLachlan HuntPubCon, Las Vegas 2008-11-13

Page 2: HTML 5 Overview - Lachlan Hunt · 2008. 11. 6. · HTML 5 Overview Lachlan Hunt PubCon, Las Vegas 2008-11-13. New Structure and Semantics. footer menu title small ... Parsing HTML

New Structure and Semantics

Page 3: HTML 5 Overview - Lachlan Hunt · 2008. 11. 6. · HTML 5 Overview Lachlan Hunt PubCon, Las Vegas 2008-11-13. New Structure and Semantics. footer menu title small ... Parsing HTML
Page 4: HTML 5 Overview - Lachlan Hunt · 2008. 11. 6. · HTML 5 Overview Lachlan Hunt PubCon, Las Vegas 2008-11-13. New Structure and Semantics. footer menu title small ... Parsing HTML
Page 5: HTML 5 Overview - Lachlan Hunt · 2008. 11. 6. · HTML 5 Overview Lachlan Hunt PubCon, Las Vegas 2008-11-13. New Structure and Semantics. footer menu title small ... Parsing HTML

footermenu

titlesmall

textcontentheader

navcopyright

buttonmain

searchmsonormal

datesmalltext

bodystyle1

topwhite

link

Top 20 Class Names

Page 6: HTML 5 Overview - Lachlan Hunt · 2008. 11. 6. · HTML 5 Overview Lachlan Hunt PubCon, Las Vegas 2008-11-13. New Structure and Semantics. footer menu title small ... Parsing HTML

<header><nav>

<aside>

<article>

<footer>

Page 7: HTML 5 Overview - Lachlan Hunt · 2008. 11. 6. · HTML 5 Overview Lachlan Hunt PubCon, Las Vegas 2008-11-13. New Structure and Semantics. footer menu title small ... Parsing HTML

<time>

<figure>

<legend> <meter>

Page 8: HTML 5 Overview - Lachlan Hunt · 2008. 11. 6. · HTML 5 Overview Lachlan Hunt PubCon, Las Vegas 2008-11-13. New Structure and Semantics. footer menu title small ... Parsing HTML

<section><h1>

<h1>

<h1>

Page 9: HTML 5 Overview - Lachlan Hunt · 2008. 11. 6. · HTML 5 Overview Lachlan Hunt PubCon, Las Vegas 2008-11-13. New Structure and Semantics. footer menu title small ... Parsing HTML

Element Implementations

No native support, but can be styled with CSS in

Opera

Firefox 3.0

Safari

IE 6 and 7 using simple createElement() hack

Page 10: HTML 5 Overview - Lachlan Hunt · 2008. 11. 6. · HTML 5 Overview Lachlan Hunt PubCon, Las Vegas 2008-11-13. New Structure and Semantics. footer menu title small ... Parsing HTML

New Multimedia

Page 11: HTML 5 Overview - Lachlan Hunt · 2008. 11. 6. · HTML 5 Overview Lachlan Hunt PubCon, Las Vegas 2008-11-13. New Structure and Semantics. footer menu title small ... Parsing HTML

Video

Native video support in browsers

DOM APIs for providing custom interfaces

No more dependence upon Flash

Page 12: HTML 5 Overview - Lachlan Hunt · 2008. 11. 6. · HTML 5 Overview Lachlan Hunt PubCon, Las Vegas 2008-11-13. New Structure and Semantics. footer menu title small ... Parsing HTML

Video Implementations

Opera (Experimental, Ogg Theora)

Safari 3.1 (All QuickTime formats)

Firefox 3.1 alpha 2 (Ogg Theora)

Page 13: HTML 5 Overview - Lachlan Hunt · 2008. 11. 6. · HTML 5 Overview Lachlan Hunt PubCon, Las Vegas 2008-11-13. New Structure and Semantics. footer menu title small ... Parsing HTML

Canvas

Dynamically draw graphics and text

Graphics-oriented DOM APIs

Page 14: HTML 5 Overview - Lachlan Hunt · 2008. 11. 6. · HTML 5 Overview Lachlan Hunt PubCon, Las Vegas 2008-11-13. New Structure and Semantics. footer menu title small ... Parsing HTML

Canvas Implementations

Opera

Firefox

Safari

IE 6+ using ExplorerCanvas script

Page 15: HTML 5 Overview - Lachlan Hunt · 2008. 11. 6. · HTML 5 Overview Lachlan Hunt PubCon, Las Vegas 2008-11-13. New Structure and Semantics. footer menu title small ... Parsing HTML

Developer Tools

Page 16: HTML 5 Overview - Lachlan Hunt · 2008. 11. 6. · HTML 5 Overview Lachlan Hunt PubCon, Las Vegas 2008-11-13. New Structure and Semantics. footer menu title small ... Parsing HTML

Validator.nu

HTML5 Conformance Checker

Exceeds the capabilities of traditional DTD based validation

Page 17: HTML 5 Overview - Lachlan Hunt · 2008. 11. 6. · HTML 5 Overview Lachlan Hunt PubCon, Las Vegas 2008-11-13. New Structure and Semantics. footer menu title small ... Parsing HTML

Parsing HTML 5

html5lib Parsing Library for HTML

Python, Ruby

Off-the-shelf parser reduces reliance on RegExp hacks

Page 18: HTML 5 Overview - Lachlan Hunt · 2008. 11. 6. · HTML 5 Overview Lachlan Hunt PubCon, Las Vegas 2008-11-13. New Structure and Semantics. footer menu title small ... Parsing HTML

Credits

Some images were shamelessly stolen from the web. Various licences apply. For full credits, see:

http://lachy.id.au/slides/

Page 19: HTML 5 Overview - Lachlan Hunt · 2008. 11. 6. · HTML 5 Overview Lachlan Hunt PubCon, Las Vegas 2008-11-13. New Structure and Semantics. footer menu title small ... Parsing HTML

whatwg.orgwww.w3.org