1 / 24

HTML5 Overview: New Structure, Semantics, and Implementations

Learn about the new structure and semantics introduced in HTML5, including implementations like <header>, <nav>, <article>, <aside>, <footer>, and more. Discover the latest multimedia video and canvas features, along with developer tools like Validator.nu for HTML5 conformance checking. Explore parsing in HTML5 with html5lib parsing library and reduce reliance on RegExp hacks. Credits to various sources for images. Visit lachy.id.au/slides for full credits.

jessicae
Download Presentation

HTML5 Overview: New Structure, Semantics, and Implementations

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. HTML 5 Overview • Lachlan Hunt • PubCon, Las Vegas 2008-11-13

  2. New Structure and Semantics

  3. <header> <nav> <article> <aside> <footer>

  4. <time> <figure> <legend> <meter>

  5. <h1> <section> <h1> <h1>

  6. Element Implementations • No native support, but can be styled with CSS in • Opera • Firefox 3.0 • Safari • IE 6 and 7 using simple createElement() hack

  7. New Multimedia

  8. Video • Native video support in browsers • DOM APIs for providing custom interfaces • No more dependence upon Flash

  9. Video Implementations • Opera (Experimental, Ogg Theora) • Safari 3.1 (All QuickTime formats) • Firefox 3.1 alpha 2 (Ogg Theora)

  10. Canvas • Dynamically draw graphics and text • Graphics-oriented DOM APIs

  11. Canvas Implementations • Opera • Firefox • Safari • IE 6+ using ExplorerCanvas script

  12. Developer Tools

  13. Validator.nu • HTML5 Conformance Checker • Exceeds the capabilities of traditional DTD based validation

  14. Parsing HTML 5 • html5lib Parsing Library for HTML • Python, Ruby • Off-the-shelf parser reduces reliance on RegExp hacks

  15. Credits • Some images were shamelessly stolen from the web. Various licences apply. For full credits, see: • http://lachy.id.au/slides/

  16. whatwg.orgwww.w3.org

More Related