Errata

HTML5 Hacks

Errata for HTML5 Hacks

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
PDF, ePub, Mobi, , Other Digital Version
Page x
3rd paragraph

The hyperlink behind 'our blog' is incorrect. Should be "http://html5hacks.com/" instead of "http://html5hacks.com/blog"

Note from the Author or Editor:
Hyperlink needs to be changed to http://html5hacks.com/

Theo  Dec 03, 2012  Feb 22, 2013
Printed, PDF, ePub, Mobi,
Page viii

I did notice on page viii in the Preface the last sentence should be omitted. It is repeated on the next page in the correct place.

"Browser prefixes are most common in CSS. We urge you to read the introduction to Chapter 2 to get a full explanation of how browser prefixes are implemented in CSS."

Adam Zaremba  Feb 11, 2013  Feb 22, 2013
PDF, ePub
Page 8
Paragraph 1

It's John Resig, not John Resic.

Note from the Author or Editor:
this is an error. Name needs to be changed to John Resig. Currently it is misspelled as John Resic

Anonymous  Nov 27, 2012  Feb 22, 2013
Printed, PDF, ePub, Mobi, , Other Digital Version
Page 161
Code

There are three minor issues on this page:

* ctx is never used and should be removed for clarity
* i is incremented in both of the for loops, and the body of both for loops also add 10 to it. It shouldn't be modifying i in both places as it's unlikely to be the desired behaviour.
* myContent.fill() should be myContext.fill()

Note from the Author or Editor:
only one part of this is accurate. The last line,
* myContent.fill() should be myContext.fill()

Richard Sim  Dec 15, 2012  Feb 22, 2013