Errata

Developing Web Components

Errata for Developing Web Components

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.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

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

Version Location Description Submitted by Date submitted
PDF Page xiii
2nd half

Not sure if this is an error or if the repo on github is remaining private until official release of book but the url for the github repository at https://github.com/jstrimpel/developing_web_components is not to be found

Danny Swaby  Jul 06, 2014 
Printed Page xiv
3rd paragraph

The description for Part III is missing something (the section number?) and repeats the word "and":
"This section takes the working example built in and and converts it..."

Anonymous  Mar 26, 2015 
Printed Page xviii
3rd paragraph

In Jason's acknowledgments, the word "expect" is used when perhaps "except" was intended: "Without him this book would be...and would not be understood by anyone expect myself."

Anonymous  Mar 26, 2015 
Chapter 13, Loading custom Elements
The first block of sample code

The webcomponet spec has probably changed. The line below no longer works:
var template = document.querySelector('#sea-of-green');
instead, you need to move that line out of the callback, and change it to:
var template = document.currentScript.querySelector('#sea-of-green');

Anonymous  Nov 28, 2015 
Printed Page 1
3rd paragraph

The second line, "it is equally import to note that", I think it should be "it is equally important to note that..."

sandbox wang  Sep 20, 2015