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.
| Version |
Location |
Description |
Submitted By |
Date Submitted |
Date Corrected |
| Printed |
Page xvii
The following information was added the preface |
"How to Contact Us
We have tested and verified the information in this book to
the best of our ability, but you may find that features have
changed (or even that we have made mistakes!). Please let us
know about any errors you find, as well as your suggestions
for future editions, by writing to:
O'Reilly & Associates, Inc.
101 Morris Street
Sebastopol, CA 95472
1-800-998-9938 (in the U.S. or Canada)
1-707-829-0515 (international/local)
1-707-829-0104 (FAX)
You can also send us messages electronically. To be put on
the mailing list or request a catalog, send email to:
info@oreilly.com
To ask technical questions or comment on the book, send
email to:
bookquestions@oreilly.com
We have a web site for the book, where we'll list examples,
errata, and any plans for future editions. You can access
this page at:
http://www.oreilly.com/catalog/9781565925151/
For more information about this book and others, see the
O'Reilly web site:
http://www.oreilly.com"
|
Anonymous |
|
Mar 01, 2000 |
| Printed |
Page 3
(last paragragh) |
"As of this writing, both are in their 4.0 incarnations (with
the 5.0 versions looming on the horizon)."
It now reads:
"As of this writing, Navigator is in version 4.0 and Internet
Explorer is in version 5.0."
|
Anonymous |
|
Jun 01, 1999 |
| Printed |
Page 8
Remove "(beta)" from under "Explorer.5.0" |
|
Anonymous |
|
Jun 01, 1999 |
| Printed |
Page 17
Table 2-3 |
Height values in Column 2 were decreased by 6 to read:
623 x 272
783 x 392
1107 x 560
1135 x 662
1263 x 816
Height values in Column 3 were increased by 6 to read:
635 x 386
795 x 506
1019 x 674
1147 x 776
1275 x 930
|
Anonymous |
|
May 01, 2000 |
| Printed |
Page 80
|
gray hexadecimal value now reads "808080"
ivory hexadecimal values now reads "FFF0F0"
|
Anonymous |
|
May 01, 2000 |
| Printed |
Page 99
The example with the three files that make an endless loop |
contains extra quotation marks:
... URL="...
Each of the three lines should have the following structure:
<META HTTP-EQUIV="refresh" CONTENT="5; URL=2.html">
|
Anonymous |
|
Mar 01, 1999 |
| Printed |
Page 112
Missing a description between the header and the |
"Attributes" section.
Insert:
Defines the beginning and end of an ordered list, which consists of
list
items <li>.
|
Anonymous |
|
Mar 01, 1999 |
| Printed |
Page 140
In the part annotated by (E), the USEMAP attribute should |
have the argument "#spacey" not "spacey".
|
Anonymous |
|
Mar 01, 1999 |
| Printed |
Page 154
Missing the TYPE attribute. According to the WDG validator for |
HTML 4.0 Transitional, the TYPE attribute is not only available but
required.
Insert:
type=content type
Specifies the language of the script. Its value must be a media
type (ex. text/javascript). This attribute is required by the HTML 4.0
specification and is a recommended replacement for the "language"
attribute.
[also, at the end of the description for "language," add:]
This attribute has been deprecated by the HTML 4.0 Spec in favor of the
"type" attribute.
|
Anonymous |
|
Mar 01, 1999 |
| Printed |
Page 168
Summary paragraph: "aregrayed" should be "are grayed" |
"indicaetd" should be "indicated
|
Anonymous |
|
Mar 01, 1999 |
| Printed |
Page 168
"...the caption must immediately follow..." |
should be
"...if used, the caption must immediately follow..."
|
Anonymous |
|
Mar 01, 1999 |
| Printed |
Page 179
Changed the last paragraph that starts "If we had set the |
colspan=4" to read:
Setting the colspan to a number greater than the actual number
of columns (such as "colspan=4" in the following example) may
cause some browsers to add empty columns to the table, possibly
throwing your elements out of alignment. For example, in
Netscape 4.5 and earlier, additional collapsed columns appear as an
extra-wide border on the right of the table. The HTML 4.0
Specification requests that empty cells not be added.
|
Anonymous |
|
Jun 01, 1999 |
| Printed |
Page 197
A closing bracket was inserted at the end of the first line of |
|
Anonymous |
|
Mar 01, 1999 |
| Printed |
Page 281
Last line of the page, there was an "s" missing from the URL, |
www.digfrontier.com.
It now reads:
www.digfrontiers.com
|
Anonymous |
|
Jun 01, 1999 |
| Printed |
Page 380
Listed the parameter in the "openWin" argument list. The example used |
to read:
function openWin() {
It now reads:
function openWin(URL) {
|
Anonymous |
|
Apr 01, 1999 |
| Printed |
Page 382
Listed the parameter in the "openWin" argument list. The example used |
to read:
function openWin() {
It now reads:
function openWin(URL) {
|
Anonymous |
|
Apr 01, 1999 |
| Printed |
Page 385
In the browser compatability table, the entry for Images under |
IE3 now reads "No" instead of "Yes".
|
Anonymous |
|
Jun 01, 1999 |
| Printed |
Page 392
In figure 23-1, there should not be a colon after "selector". It |
should read:
selector {property:value}
|
Anonymous |
|
Mar 01, 1999 |
| Printed |
Page 394
In the code under "Importing." at top of page |
@import (http://pathname/stylesheet.css);
it now reads:
@import url(http://pathname/stylesheet.css);
|
Anonymous |
|
Jun 01, 1999 |
| Printed |
Page 433
"Top" has been added to the end of the last line of code on the |
page to read:
document.all."style_name".style.pixelTop
|
Anonymous |
|
Jun 01, 1999 |
| Printed |
Page 518
Where it says |
"The data in this appendix was collected by Eric Meyer,
BIO, and..."
the "BIO" was removed.
|
Anonymous |
|
Nov 01, 2000 |