Hour 11 error found

· 1 min read

from: Sams Teach Yourself HTML5 Mobile Application Development in 24 Hours

In Hour 11, Fonts and Typography in HTML5, there is an error in the hyphenation style properties list.

The code for hyphenate-limit-last on page 195 should read:

hyphenate-limit-last: all;

Rather than hyphenation-limit-last.

And in that same hour, The Guillemets in Table 11.1 are printed as « and ». This is also incorrect. Guillemets are a different character from < and >. They should be displayed in the book as « and ».