<<

10/8/2014

Brian May IBM i Modernization Specialist Profound Logic Software

Webmaster and Coordinator Young i Professionals

Overview ó History HTML ó What is HTML5? ó New Features ó Features Removed ó Resources

1 10/8/2014

A look back as how we got here

History of HTML ó HTML ó HyperText Markup Language ó Markup language understood universally by all web browsers to render text, images, and other media ó First draft of HTML standard in 1993

2 10/8/2014

History of HTML ó Nov. 1995 – HTML 2.o published by Internet Engineering Task Force (IETF) ó Jan. 1997 – HTML 3.2 published by Consortium (W3C) ó Dec. 1997 – HTML 4.0 published by W3C ó Dec. 1999 – HTML 4.01 published by W3C

History of HTML ó HTML 4.01 is still the official HTML standard ó 13 years old now ó W3C spent early 200o’s concentrating on XHTML standards ó Web technology has continued to progress even though the HTML standard did not ó Increased Javascript use ó Browser Plug-in technologies ó Nonstandard implementations of these new functionalities have led to current applications being complicated by extra code for browser compatibility

3 10/8/2014

What is HTML5? ó Latest revision to the HTML standard ó Web Hypertext Application technology Working Group (WHATWG) ó Initially rejected but later adopted by the W3C ó Supersedes HTML4.01, XHTML1 and DOM Level 2 HTML ó Currently is a W3C Candidate Recommendation ó Not finalized

4 10/8/2014

What is HTML5? ó Because of W3C’s concentration on XHTML standard, HTML5 is partially an attempt to “catch up” with techniques already widely used ó Standardization of API’s used for modern web development ó More concentration on Web Applications instead of static content ó More semantic markup

What is HTML5? ó There are many different technologies surrounding HTML5 ó Obviously the lines between these technologies are easily blurred

5 10/8/2014

What is HTML5? ó W3C Spec ó http://www.w3c.org/TR/html5/ ó WHATWG Spec ó http://www.whatwg.org/html5/

6 10/8/2014

What’s New in HTML5 ó Simplified DOCTYPE and Character Set ó In HTML5, there is only one DOCTYPE ó ó Previously DOCTYPEs were very complex ó ó HTML is no longer a subset of SGML ó Setting the Character Set ó ó

What’s New in HTML5 ó Semantic Elements ó

ó Used to denote a generic section in an application or document. ó Generally something with a heading. ó