Html5: W3C Standardization Process
Html5: W3C Standardization Process
HTML5
Filename extension HTML: .html, .htm
XHTML: .xhtml, .xht, .xml
Standard(s) [1]
• WHATWG Editor's draft
[2]
• W3C Editor's draft
HTML5 is the next major revision of the HTML standard, currently under development.
Like its immediate predecessors, HTML 4.01 and XHTML 1.1, HTML5 is a standard for structuring and presenting
content on the World Wide Web. The new standard incorporates features like video playback and drag-and-drop that
have been previously dependent on third-party browser plug-ins such as Adobe Flash and Microsoft Silverlight.
Markup
HTML
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>.[12] [13] [14] 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
HTML5 3
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".[15] HTML5 also incorporates Web Forms 2.0, another
WHATWG specification.
New APIs
In addition to specifying markup, HTML5 specifies scripting application programming interfaces (APIs).[16]
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[17]
• Timed media playback
• Offline storage database (offline web applications). See Web Storage[18]
• Document editing
• Drag-and-drop
• Cross-document messaging[19]
• Browser history management
• MIME type and protocol handler registration.
• Microdata
Not all of the above technologies are included in the W3C HTML5 specification, though they are in the WHATWG
HTML specification.[20] Some related technologies, which are not part of either the W3C HTML5 or the WHATWG
HTML specification, are
• Geolocation
• Web SQL Database, a local SQL Database.[21]
• The Indexed Database API, a indexed hierarchical key-value store (formerly WebSimpleDB).[22]
The W3C publishes specifications for these separately.
XHTML5
Filename extension .xhtml, .xht,
.xml, .html, .htm
Latest release 5
Standard(s) [26]
5 (Working Draft) ,
XHTML5 is the XML serialisation of HTML5. XML documents must be served with an XML MIME type such as
application/xhtml+xml or application/xml.[27] XHTML5 requires XML’s strict, well-formed syntax. In XHTML5 the
HTML5 doctype html is optional and may simply be omitted[28] .
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.[29] Although HTML5 now defines a consistent behavior for "tag soup" documents, those
documents are not regarded as conforming to the HTML5 standard.[29]
See also
• HTML5 video
• Comparison of layout engines (HTML5)
• Microdata (HTML5)
• HTTP(P2P)
• CSS 3
References
[1] http:/ / www. whatwg. org/ specs/ web-apps/ current-work/ multipage/
[2] http:/ / dev. w3. org/ html5/ spec/ spec. html
[3] "[whatwg] WHAT open mailing list announcement" (http:/ / lists. whatwg. org/ htdig. cgi/ whatwg-whatwg. org/ 2004-June/ 000005. html).
Lists.whatwg.org. . Retrieved 2010-03-04.
[4] "HTML 5: A vocabulary and associated APIs for HTML and XHTML (Editor's Draft)." (http:/ / dev. w3. org/ html5/ spec/ ). World Wide
Web Consortium. . Retrieved 2010-04-12.
[5] "HTML 5: A vocabulary and associated APIs for HTML and XHTML." (http:/ / www. w3. org/ TR/ html5/ ). World Wide Web Consortium. .
Retrieved 2009-01-28.
[6] "When will HTML5 be finished?" (http:/ / wiki. whatwg. org/ wiki/ FAQ#When_will_HTML5_be_finished. 3F). WHATWG. WHATWG
Wiki. . Retrieved 2009-09-10.
[7] "HTML Working Group" (http:/ / www. w3. org/ 2007/ 03/ HTML-WG-charter. html#deliverables). W3.org. . Retrieved 2010-03-04.
[8] "HTML 5" (http:/ / www. w3. org/ TR/ html5/ ). W3.org. 2009-08-25. . Retrieved 2010-03-04.
[9] "[whatwg] HTML5 at Last Call (at the WHATWG)" (http:/ / lists. whatwg. org/ pipermail/ whatwg-whatwg. org/ 2009-October/ 023849.
html). Lists.whatwg.org. . Retrieved 2010-03-04.
[10] "When will HTML5 be finished?" (http:/ / wiki. whatwg. org/ wiki/ FAQ#When_will_HTML5_be_finished. 3F). FAQ. WHAT Working
Group. . Retrieved 2009-11-29.
HTML5 5
[11] "HTML 5 Editor Ian Hickson discusses features, pain points, adoption rate, and more" (http:/ / blogs. techrepublic. com. com/
programming-and-development/ ?p=718). . Retrieved 2010-06-21.
[12] Introduction to HTML5 video (http:/ / dev. opera. com/ articles/ view/ introduction-html5-video/ )
[13] IBM Developer Works New elements in HTML5: Structure and semantics (http:/ / www. ibm. com/ developerworks/ library/ x-html5/
?ca=dgr-lnxw01NewHTML)
[14] ICAMD.org Finalcut Silverlight Films that Videographers share Quicktime in a Flash : Video on the Web using HTML5 and other Codecs
(http:/ / www. amazon. com/ Finalcut-Silverlight-Videographers-Quicktime-ebook/ dp/ B003H05Q18/ ref=sr_1_1?ie=UTF8&
m=AG56TWVU5XWC2& s=books& qid=1275670456& sr=8-1)
[15] InstantShift (http:/ / www. instantshift. com/ 2010/ 04/ 26/ html5-worth-the-hype/ ) HTML5: Worth the Hype?
[16] HTML5 differences from HTML4 – APIs (http:/ / www. w3. org/ html/ wg/ html5/ diff/ #apis) W3.org
[17] Canvas 2D API Specification 1.0 (http:/ / dev. w3. org/ html5/ canvas-api/ canvas-2d-api. html) W3.org
[18] Web Storage Specification (http:/ / dev. w3. org/ html5/ webstorage/ ) W3.org
[19] HTML5 Web Messaging (http:/ / dev. w3. org/ html5/ postmsg/ ) W3.org
[20] http:/ / www. whatwg. org/ html/ #is-this-html5?
[21] Web SQL Database (http:/ / dev. w3. org/ html5/ webdatabase/ ) W3.org
[22] Indexed Database (http:/ / www. w3. org/ TR/ IndexedDB/ ) W3.org
[23] "HTML5: input type=color – color-well control (NEW)" (http:/ / dev. w3. org/ html5/ markup/ input. color. html). w3.org. . Retrieved
2010-08-06.
[24] http:/ / dev. w3. org/ html5/ html4-differences/
[25] "HTML5 differences from HTML4" (http:/ / dev. w3. org/ html5/ html4-differences/ ). FAQ. W3.org. 2010-06-10. . Retrieved 2010-06-13.
[26] http:/ / www. w3. org/ TR/ html5/
[27] Anne, van Kesteren. "HTML5 differences from HTML4 - W3C Working Draft 19 October 2010" (http:/ / dev. w3. org/ html5/
html4-differences/ #syntax). W3C. . Retrieved 2 November 2010.
[28] "The XHTML syntax ― HTML5" (http:/ / www. whatwg. org/ specs/ web-apps/ current-work/ multipage/ the-xhtml-syntax.
html#writing-xhtml-documents). Web Hypertext Application Technology Working Group. . Retrieved 2009-09-01.
[29] "FAQ – WHATWG Wiki" (http:/ / wiki. whatwg. org/ wiki/ FAQ#Why_does_HTML5_legitimise_tag_soup. 3F). WHATWG. . Retrieved
2008-02-25.
Further reading
• Sneath, Tim (2010-10-03). "HTML5: A Specification or a Platform?" (http://blogs.msdn.com/b/tims/archive/
2010/10/03/html5-a-specification-or-a-platform.aspx). Musings of a Client Platform Guy. Microsoft
Corporation. Retrieved 2010-10-18.
• Crowther, Rob (2011-05-11). "Hello! HTML5 and CSS3" (http://www.manning.com/crowther/). Manning
Publications. Retrieved 2010-10-18.
• Khan, Saud (2010-05-07). "HTML5 Unleashed: Tips, Tricks and Techniques" (http://www.w3avenue.com/
2010/05/07/html5-unleashed-tips-tricks-and-techniques/). W3Avenue. Retrieved 2010-10-18.
External links
• WHAT Working Group (http://www.whatwg.org/) and Editor's draft (http://www.whatwg.org/specs/
web-apps/current-work/multipage/)
• W3C HTML Working Group (http://www.w3.org/html/wg/) and Editor's draft (http://dev.w3.org/html5/
spec/spec.html)
• W3C HTML 5: The Markup Language (http://dev.w3.org/html5/markup/) and HTML 5 Reference (http://
dev.w3.org/html5/html-author/)
• W3C HTML Design Principles (http://dev.w3.org/html5/html-design-principles/)
• W3C HTML5 differences from HTML4 (http://dev.w3.org/html5/html4-differences/)
• Compatibility tables for features in HTML5, CSS3, SVG and other upcoming web technologies (http://a.
deveria.com/caniuse/)
• HTML5 demo (http://apirocks.com/html5/html5.html)
• HTML5 Quick Reference Guide (http://veign.com/reference/html5-guide.php)
• HTML5 test for your browser (http://html5test.com)
Article Sources and Contributors 6
License
Creative Commons Attribution-Share Alike 3.0 Unported
http:/ / creativecommons. org/ licenses/ by-sa/ 3. 0/