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 ): [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 element does not seem to be behave in Internet Explorer 5.5 as described by section 9.6. First, the VALUE attribute is ignored. Second, the contents of the button are submitted as the value. Third, the name/value pair (in this case name/contents) are submitted even if the button is not clicked. Page 331, paragraph 1 states "The only reason is to provide far richer content for buttons." However, with the mentioned flaws in I.E. 5.5, the button element is not useful for server processed forms since there is no way for the server to identify if a button was clicked. Ex:
{337} Attributs list; I could not find the wrap attribute for the