Hour 14. Editing Content and User Interaction with HTML5

What You’ll Learn in This Hour:

• How to edit content online with contenteditable

• How to make a rich text editor with execCommand

• How to check spelling in forms

• How to use new features of the HTML5 UI

Web pages no longer need to be edited just by the designers who built them. HTML5 brings in a new feature to allow them to be edited by anyone who can open them in a browser.

In fact, the contenteditable attribute was designed for web designers to be able to embed rich text editors right in their web pages. In this hour, you will learn how to use this HTML5 feature that has been supported in browsers since Internet Explorer 5.5. and Firefox 3 (2007).

You will also learn about another ...

Get Sams Teach Yourself HTML5 Mobile Application Development in 24 Hours now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.