The HTML5 repository
-
We follow html5 as it gathers speed.Reference
HTML5 Readiness : Visual timeline of HTML5 feature support.
When Can I Use… : Up to date HTML5 feature browser support reference.
HTML5 Test : Series of browser tests to evaluate feature support.
HTML5 Infographic : A quick overview of scope and support.
W3C HTML5 Web Author View : Lightweight version of the W3c spec, perfect for web developers.
Chrome Implementation Status : Follow the engineering effort for cutting edge support from the Chrome team.
Dive into HTML5 by Mark Pilgrim : Learn HTML5 and have a laugh at the same time.
HTML5: Comparison of Layout Engines : If the Wikipedia says it then it must be true.
Safari HTML5 Guides : Excellent WebKit-oriented development documentation.
Mozilla Development Center HTML5 Reference : Excellent documentation and guides.
WhatWG Web Apps Spec (HTML5 plus the kitchen sink) : Working draft spec of everything under the larger HTML5 umbrella.
Modernizr : Javascript library for feature detection and control fallback cases of HTML5.
html5 shiv : Javascript patch to make IE support, and print, the new tag elements.
CSS Button Maker : Preview CSS buttons with a fancy interface to play with the parameters.
CSS3 Generator : Preview CSS buttons with a fancy interface to play with the parameters.
CSS3 Sandbox : Test and get the code of the fanciest CSS features.
CSS3 Gradient Generator : Generate CSS code for gradients on the fly.
CSS3 Please : Use CSS3 without having to worry about xbrowser differences.
Font Dragr : Test your fonts using drag and drop.
Font Squirrel Generator : Most complete tool to generate code for you font-face support.What is html5 ? the markup
Source: html5 WikiPedia
HTML5 introduces a number of new elements and attributes that reflect typical usage on modern websites. Some of them are semantic replacements for common uses of generic block (<div>) and inline (<span>) elements, for example<nav>(website navigation block) and<footer>(usually referring to bottom of web page or to last lines of html code). Other elements provide new functionality through a standardized interface, such as the multimedia elements<audio>and<video>.[10][11][12] Some deprecated elements from HTML 4.01 have been dropped, including purely presentational elements such as<font>and<center>, whose effects are achieved using Cascading Style Sheets. There is also a renewed emphasis on the importance of DOM scripting (e.g., JavaScript) 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,
<!DOCTYPE html>, which enables standards-compliant rendering in all browsers that use “DOCTYPE sniffing”.HTML5 also incorporates Web Forms 2.0, another WHATWG specification.
html5 resource links
New Api’s
New APIs
In addition to specifying markup, HTML5 specifies scripting application programming interfaces (APIs).[13] 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. See Canvas 2D API Specification 1.0 specification [14]
- Timed media playback
- Offline storage database (offline web applications). See Web Storage [15]
- Document editing
- Drag-and-drop
- Cross-document messaging[16]
- Browser history management
- MIME type and protocol handler registration.
- Microdata
- Geolocation
- Local SQL Database.[17] Web SQL Database
- Indexed hierarchical key-value store (formerly WebSimpleDB). Indexed Database API
Some of the new features are part of HTML5 and some are maintained in separate specifications.
GD Star Rating
loading…







2 Responses and Counting...
Read The HTML5 repository now at http://bit.ly/bBHV28
Reply
loading...
RT @SiteHelpComAu Read The HTML5 repository now at http://bit.ly/bBHV28: Read The HTML5 repository now at http://bit.ly/bBHV28
Reply
loading...