HTML5 - What the h#@$ is it?Carlos A. RamonJune 27, 2011
AgendaA Brief History
What is HTML5?
Why use it?
Who’s supporting it?
When should you use it?
Steps for modernization
Q and AA Brief History 1981 –Tim Berners Lee proposes an internet-based hypertext system
1989 –Tim Berners Lee writes a memo proposing an internet-based hypertext system
1991 –HTML tags first mentioned in PUBLIC!
1993 – 1.0 goes live
1995 – 2.0
1996 – CSS 1.0
1997 – W3C 4.0
2000 – XHTML 1.0 Released
2002 – Hooray Tableless CSS layouts
2004 –WHATWG starts work on HTML5 under the name Web Applications 1.0
2005 – Hello AJAX!
2008 –W3C pushes a working draft for HTML5
2009 –W3C announces the XHTML2 working group will stop work
2012 –HTML5 Candidate Recommendation
2022 –HTML5 Proposed Recommendation What is HTML5?It’s a movement not a technology
It’s HTML + CSS + JS
A 900 page spec document
It contains 8 classes
Semantics

HTML5 - What h#@$ is it?

Editor's Notes

  • #4 WHATWG – Web Hypertext Application Technology Working Group
  • #5 WHATWG – Web Hypertext Application Technology Working Group
  • #14 You can now wrap links around block-level elements, rather than having to create links around every element inside the block element.
  • #21 <input type="search">The search field behaves likea regular text field. Somebrowsers add special stylingand/or functionality forclearing.<input type="email">Used for input fields that shouldcontain an e-mail address.<input type="url">Used for input fields that should contain a URL address.<input type="number">Used for input fields that should contain a numericvalue.<input type="tel">Used for input fields that should containnumbersonly<input type="range min="0" max="10" step="2" value="6">Used for input fields that should contain a value from a range of numbers.<input type="date"><input type="month"><input type="week"><input type="time"><input type="datetime"> (utc time)<input type="datetime-local"> (local time)<input type="color">Used for input fields that shouldcontain a color
  • #27 Bruce LawsonJeffrey ZeldmanPaul IrishRemy SharpEthanMarcottehttp://html5boilerplate.com/http://www.w3.org/html/logo/ http://html5demos.com/