HTML & XHTML: The Definitive Guide, 5th Edition
by Bill Kennedy, Chuck Musciano
The unconfirmed error reports are from readers. They have not yet been
approved or disproved by the author or editor and represent solely the
opinion of the reader.
Here's a 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
This page was updated October 12, 2004.
UNCONFIRMED errors and comments from readers:
{16} code sample;
O'Reilly & Associates
The '&' should be represented by its character entity.
{49} Figure 3.2;
The HTML code says:
HTML and XHTML: The Definitive Guide
but the following picture shows this title:
HTML & XHTML: The Definitive Guide
So the code shows "and", but the picture shows "&".
[224] Example HTML after third paragraph;
The code given here, in section 7.4.1 (and also the code given on the next page, page
225, in section 7.4.2), is *not* valid XHTML, at least according to the W3C validator
at http://validator.w3.org/ . (It *is* accepted by the browsers I tried it on, and
could well be valid HTML.)
The problem, so far as I can tell, is that, in XML, one can't nest lists in this
manner. The way to fix it (or, at least, one way to fix it), is as follows (note
that each nested
is now *inside* its preceding
, and the closing
comes
later, after the closing
):
Morning Kumquat Delicacies
Hot Dishes
Kumquat omelet
Kumquat waffles
Country style
Belgian
Kumquats and toast
Cold Dishes
Kumquats and cornflakes
Pickled Kumquats
Diced Kumquats
[307] Underneath the box;
The authors state that the tag is deprecated. It is not. It is part of html
4.01 strict and validates on the W3 validator.
[330] 1st paragraph;
Not having I.E. 5.0 installed anywhere handy, I can not verify if 5.0 does support
the