Even though it hasn’t even left the finishing room floor at the W3 organization, HTML 5.0 is shaping up to be a force to be reckoned with for interactivity on the web. The lines between operating system and web browser will be blurred, as the features and functions of each merge to the point of overlapping. HTML 5.0 will make it possible to drag files from your desktop to web-based SAAS (Software as a Service) installations, while taking social networking elements in whole new directions. Rich media will get the run of the land, so to speak, with fewer design limitations. Features you normally use an application for will grow increasingly web-based, and the UI possibilities for web designers are almost unimaginable. For the technically-inclined, HTML 5 will also provide much more seamless integration with APIs, with inherent scripting.
Features of HTML 5, a brief summary:
- drag and drop through standard markup (not using a library, like jQuery, or flash’s functionality)
- some deprecated tags will be removed, like the font tag and center tag (or others that can easily be done with CSS)
- breakages will be treated much more gracefully than the HTML 4.+ browsers
- the doctype will be much, much shorter (
<!DOCTYPE html>. That's it.) - HTML 5.0 aims to reduce the need for external embedded media, instead offering design options for inherently embedding items)
Some Extra Links