HTML 5 Update, Timetable and What you Can Expect
In this four minute interview with Professor Mark DuBois, Instructor at Illinois Central College and WOW’s Director of Education. Mark provides us with an HTML 5 update including what’s the current best practice and what will practicing professionals and those that teach need to know to stay current.
Mark also addresses recommendations for educators that have a need to incorporate current HTML specifications program of studies. Check out today’s Web Pro Minute.
Today’s Web Professional Minute is sponsored by the following events. If you’re looking for education and training in information technology, Web 2.0, Web Design or Mobile we would encourage you to consider participating in these fine events.
Voices That Matter
iPhone Developers Conference
Bell Harbor International Conference Center
Seattle, Washington
April 24 and 25, 2010
Interop Las Vegas 2010
April 25-30, 2010
Mandalay Bay Convention Center
Interop LasVegas
Web 2.0 Expo San Francisco 2010Co-produced by O’Reilly Media, Inc. and TechWeb May 3-6, 2010 San Francisco
WOW Members Get a Discount!
Voices That Matter San Francisco, CA
June 28-29, 2010
Build Your Skills with the Leading Web Design Authors
Register Today!
Web design is undergoing an historic transformation: while the basics of HTML, CSS, and JavaScript haven’t changed, the new and evolving functionality in the HTML5 and CSS3 specs, the number of new ways in which people access the Web, and the rise of social media mean that Web designers need to know more than ever. Whether it’s a smarter content strategy, a more efficient workflow, or simply how to use drop shadows and an expanded typographic repertoire, you need the tools to build tomorrow’s Web today.
Register Today!
More on HTML 5
According to Wikipedia, HTML5 is being developed as the next major revision of HTML (HyperText Markup Language), the core markup language of the World Wide Web. The Web Hypertext Application Technology Working Group (WHATWG) started work on the specification in June 2004 under the name Web Applications As of March 2010, the specification is in the Draft Standard state at the WHATWG, and in Working Draft state at the W3C.
HTML5 is the proposed next standard for HTML 4.01, XHTML 1.0 and DOM Level 2 HTML. It aims to reduce the need for proprietary plug-in-based rich internet application (RIA) technologies such as Adobe Flash, Microsoft Silverlight, Apache Pivot, and Sun JavaFX.
The ideas behind HTML5 were pioneered in 2004 by the WHATWG; HTML5 incorporates Web Forms 2.0, another WHATWG specification. The HTML5 specification was adopted as the starting point of the work of the new HTML working group of the World Wide Web Consortium (W3C) in 2007. This working group published the First Public Working Draft of the specification on January 22, 2008. The specification is an ongoing work, and is expected to remain so for many years, although parts of HTML5 are going to be finished and implemented in browsers before the whole specification reaches final Recommendation status.[
HTML5 introduces a number of new elements and attributes that reflect typical usage on modern Web sites. Some of them are semantic replacements for common uses of generic block
) and inline () elements, for example (website navigation block) and (usually refer to bottom of web page or to last lines of html code). Other elements provide new functionality through a standardized interface, such as the and [4] elements.
Some deprecated elements from HTML 4.01 have been dropped, including purely presentational elements such as and, whose effects are achieved using Cascading Style Sheets. There is also a renewed emphasis on the importance of DOM scripting in Web behavior.
The HTML5 syntax is no longer based on SGML despite the similarity of its markup. It has, however, been designed to be backward compatible with common parsing of older versions of HTML. It comes with a new introductory line that looks like an SGML document type declaration, , which enables standards-compliant rendering in all browsers that use “DOCTYPE sniffing”.
[edit] New APIs
In addition to specifying markup, HTML5 specifies scripting application programming interfaces (APIs).[6] Existing document object model (DOM) interfaces are extended and de facto features documented. There are also new APIs, such as:
* The canvas element for immediate mode 2D drawing
* Timed media playback
* Offline storage database
* Document editing
* Drag-and-drop
* Cross-document messaging
* Browser history management
* MIME type and protocol handler registration.
Some of the new features are part of HTML5 mainly because there are no volunteers to split HTML5 and maintain separate specifications of these features.
Differences from HTML 4.01 and XHTML 1.x
The following is a cursory list of differences and some specific examples.
* New parsing rules oriented towards flexible parsing and compatibility; not based on SGML
* Ability to use inline SVG and MathML in text/html
* New elements – article, aside, audio, canvas, command, details, datalist, dialog, embed, figure, figcaption, footer, header, hgroup, keygen, mark, meter, nav, progress, output, rp, rt, ruby, section, source, summary, time, video
* New types of form controls – dates and times, email, url, search
* New attributes – ping (on a and area), charset (on meta), async (on script)
* Global attributes (that can be applied for every element) – id, tabindex, hidden, data-* (custom data attributes)
* Forms will get support for PUT and DELETE methods too instead of just GET and POST (see Representational State Transfer for use cases)
* Deprecated elements dropped – center, font, frameset, strike
Error handling
An HTML5 (text/html) browser will be flexible in handling incorrect syntax. HTML5 is designed so that old browsers can safely ignore new HTML5 constructs. In contrast to HTML 4.01, the HTML5 specification gives detailed rules for lexing and parsing, with the intent that different compliant browsers will produce the same result in the case of incorrect syntax.
Completion
According to the W3C timetable, it is estimated that HTML5 will reach W3C Recommendation by late 2010. However, the First Public Working Draft estimate was missed by 8 months, and Last Call and Candidate Recommendation were expected to be reached in 2008,[9] but as of April 2010[update] HTML5 is still at Working Draft stage in the W3C. HTML5 has been at Last Call in the WHATWG since October 2009.
Ian Hickson, editor of the HTML5 specification, expects the specification to reach the W3C Candidate Recommendation stage during 2012, and W3C Recommendation in the year 2022 or later. However, many parts of the specification are stable and may be implemented in products: