HTML5 programmer's reference

The HTML5 Programmer's Reference aims to provide everything a programmer needs for understanding and using the new HTML5 family of standards. Previous HTML standards were focused on defining tags for marking up documents. The HTML5 family of standards not only includes new semantic tags but als...

Full description

Bibliographic Details
Main Author: Reid, Jonathan
Format: eBook
Language:English
Published: [New York, New York], New York, NY Apress, Distributed to the Book trade worldwide by Springer Science and Business Media 2015
Series:The expert's voice in web development
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • Grouping Semantics; Audio and Video Content; Embedded Audio Content; Embedded Video Content; Specifying Multiple Sources; Interactive Elements; Dialogs; Progressive Disclosure; Forms; New Form Elements; Data Lists; Meter; Output; Progress; New Form Element Attributes; Autocomplete; Autofocus; Placeholder; New Input Types; Deprecated Elements and Obsolete Parameters; Summary; Chapter 3: HTML5 APIs; Server-sent Events; Client Setup; Sending Events from the Server; Origin Limitations ; Security ; An Example Application ; WebSockets
  • Includes bibliographical references and index
  • Connecting to the Server: Inside the WebSocket Handshake Receiving Information from the Server; Sending Information to the Server; Closing the Connection; An Example WebSocket Application; Cross Document Messaging/Web Messaging; Web Storage ; Methods and Syntax; Privacy and Web Storage; Drag and Drop ; The draggable Property ; Drag-and-Drop Events; The dataTransfer Object ; Drag-and-Drop API Examples; Web Workers; Creating Web Workers ; Inside a Web Worker; A Simple Example of a Web Worker; Common Use Cases; Summary; Chapter 4: Canvas; The Canvas Drawing Mode
  • At a Glance; Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Part I: HTML5 in Depth ; Chapter 1: Welcome to HTML5; What Is HTML5?; A Brief History of HTML; Enter Hypertext; Enter Markup Languages; Hypertext Markup Language Is Born; The Browser Wars; Standards to the Rescue; The Continuing Evolution of HTML; The Formation of the WHATWG and the Creation of HTML5; HTML5 Features ; New Tags; Canvas; JavaScript APIs ; Related Standards; Summary; Chapter 2: HTML5 Elements; Functionality, Semantics, and the Evolution of HTML; Sections
  • The Canvas Drawing Context Basic Drawing Commands; Gradients and Patterns; Gradients ; Patterns ; Images ; Saving Canvas Contents; Text ; Shadows; Saving Drawing State; Compositing ; Clipping ; Transformations; Animation ; Interaction; Summary; Chapter 5: Related Standards; Geolocation; Privacy Considerations; Geolocation API; Animation Timing; Selectors; Device Orientation; The compassneedscalibration Event; The deviceorientation Event; The devicemotion Event; WebGL; SVG; Summary; Chapter 6: Practical HTML5; Browser Support; A Crash Course in Feature Detection
  • Detecting JavaScript Properties and MethodsDetecting Support for New HTML5 Elements; Detecting Support for New Element Properties; Building a Feature Detection Script; Working with Broken or Missing HTML5 Implementations; Online Resources for Browser Support, Feature Detection, and Shims; Can I Use; Modernizr; HTML5 Rocks; Webshim; Example Project: MobiDex, a Mobile Dexterity Puzzle; The Playing Field UI; Generating Obstacles and Targets; Comparing Coordinates ; The deviceorientation Event Handler ; The Draw Cycle ; Initializing the Game ; Additional Exercises; The Full Listing; Summary