HTML & XHTML: The Definitive Guide, 4th Edition
By Chuck Musciano & Bill Kennedy
This errata page lists errors outstanding in the most recent printing.
If you have any error reports or technical questions, you can send them to
booktech@oreilly.com. (Please specify the printing date of your copy.)
This page was last modified on July 25, 2001.
Here's the key to the markup:
[page-number]: serious technical mistake
{page-number}: minor technical mistake
: important language/formatting problem
(page-number): language change or minor formatting problem
?page-number?: reader question or request for clarification
Confirmed errors:
(vi) Section 13.1:
"Dynamiic" should be "Dynamic."
(8) 1st paragraph:
"Exstensible" should be "Extensible."
(8) 2nd paragraph:
"Web" should be "web."
(69) 3rd paragraph:
"An paragraph" should be "A paragraph".
(88) Table 4-2;
The sub and sup text should be higher or lower than the adjacent text, but not
any smaller.
(145) footnote:
The word "individually" is misspelled.
(149) 2nd full paragraph;
Change "user's" to "users" and "town's" to "towns"
(152) Section 5.2.7.2
At the end of the section, add:
"With Internet Explorer version 5 and later, users stop movie
playback with the browser's stop button, and may restart it by
right-clicking on the movie image and selecting "Play" from the
dialog menu options."
The Figure 5-20 caption should read:
"The controls attribute, no longer supported, added video
playback controls to inline movies."
[188] Add to end of section 6.6.11.2:
Common "dot-slash" pathname notations also let you express
the current directory ("./") and directory above the current
directory (parent; "../") in a relative URL. The current
directory notation is rarely used, since it is redundant. But
the parent notation lets you set the target URL to directories
in other branches of the filesystem hierarchy.
For example, if the directory portion of the current URL is
/planting/special/, and you want to reference an HTML document
named new_ground.html in planting/standard/, you may simply
form the relative URL as:
../standard/new_ground.html
You'll actually be retrieving:
http://www.kumquat.com/planting/standard/new_ground.html
Note that parent notation has limits. For instance, most Web
servers will not let you navigate above its base directory:
http://www.kumquat.com/../ probably won't deliver any document
or directory listing to your browser.
[206]