Errata

JavaScript Pocket Reference

Errata for JavaScript Pocket Reference

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
Printed Page 3
last line on page

Refers to the 'Argument' object.
Should refer to the 'Arguments' object.

Alan Rew  Mar 19, 2012 
Printed Page 56
pages 56 to 72

pages 56 to 72 of the reference are missing , there are blank pages and also some weird scripting that looks like it came from another pocket reference. how do I go about getting a complete reference?

Anonymous  Nov 10, 2008 
Printed Page 57
entire page is some other book till page 73

In my version of this pocket reference pages 57 to 73 are listed as another book. Not sure why but I am missing these pages for the pocket reference.

Kenneth Kephart  Jun 27, 2009 
Printed Page 59
DOMException section

The entries for DOMException and DOMImplementation are in the wrong place in terms of alphabetical order for the JavaScript API section. e.g. they both appear before the entry for 'Date'.

These 2 entries should be just after the entry for DocumentFragment.

I've checked all the other entries in this section & they're in the correct alphabetical order.

Alan Rew  Mar 19, 2012 
Printed Page 91
dealing with the "Input" element, discussed under the "type" attribute

Replace "Submit" with "Select" as illustrated below:

"Legal values are listed in the following table; the default is text.
Submit and [page 92] Textarea objects also have a type property, with
possible values select-one, select-multiple, and textarea. JS 1.1."

This should read:
"Legal values are listed in the following table; the default is text.
>>>>>Select<<<<< and [page 92] Textarea objects also have a type
property, with possible values select-one, select-multiple, and
textarea. JS 1.1."

Anonymous