Ajax JavaScript CSS HTML 5 Gecko XUL Forum

HTML 5, platforms of online applications

To succeed to HTML 4, which is the current format of Web pages, the W3C, which sets the standards of the Net, has taken a specification started by the WHATWG.
This new format is implemented progressively by all browsers including Internet Explorer 9 is designed for Web applications and adds both new tags and new features.

Steve Jobs said for Apple:

"Apple does not support Flash because it is so buggy. Whenever a Mac crashes more often than not it’s because of Flash. No one will be using Flash. The world is moving to HTML5."
(Apple Town Hall Meeting, January 2010).

Extended capabilities for Web applications

Using Web applications offline is the major trend since 2008. A framework, Google Gears, has been created for that, now replaced by equivalent functions in HTML.
In offline mode pages and objects they display are cached and a local SQL database stores the data to duplcate the remote base.

New graphical component has been added, see the list of form objects in HTML 5.
The input tag can represent more types of objects and has new features like auto-complete. Output displays the result of calculations.
The addition of constraints on the data helps to secure the forms.

Section, article, header, footer tags are intended to give structure to a document.
Dialog is an object formalizing a discussion and is associated to a label element.
HTML has now canvas, audio, video tags and many other new elements.

HTML 5 Tutorial

New elements

HTML 5 in depth

References and resources