HTML Pocket Reference, 2nd Edition
By Jennifer Niederst
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 March 13, 2003.
UNCONFIRMED errors and comments from readers:
[8] HTML Document;
The HTML document does not validate with the strict DTD. If this book covers the
strict DTD, it should give enough information that web developers don't have to use
trial-and-error to get web pages to validate with it.
[10] Client-Side Image Map example;
In the usemap attribute of the tag, "map1" should be "#map1" (note the missing
"#").
[11] Framed documents HTML code;
The first framed document should have the tag inside the tag at the end. These errors
cause these documents to be invalid HTML.
(11) end of first code
align end tag with start tag in line above
[13] Examples;
The examples are missing the frameset DTD. This is needed to create a
valid frameset document.
(14) last line;
the description of the "rev" attribute states that it is the
opposite of the rev attribute. should read "opposite of the rel attribute".
{14} accesskey
Shouldn't it be "Alt-character" and "Ctrl-character" in the last line
(as in "accesskey=character")?
(15) 1st paragraph;
definition of rev=relationship states: "Specifies the relationship from the target
back to the source (the opposite of the rev attribute)." The parenthetical remark
should read "the opposite of the ren attribute".
{18} object attribute; description
Shouldn't "code" and "object" (each twice) be set in constant-width
font (since they refer to attribute names)?
{18} tag;
The book does not give the specific syntax of the coords for each shape. Without this
information, a reader cannot use this tag.
{22-23} tag attributes;
The alink, background, bgcolor, link, text, and vlink attributes of the tag
should all be marked as deprecated.
(29) 2nd-to-last line
The semicolon should be a comma, since it indicates a list (of
possible values).
(43) beginning of iframe tag description;
The iframe tag is fully described on pp 41-43. The iframe tag description begins
again in the middle of page 43. The top of page 44 begins describing the next tag
(ilayer), so the iframe tag description is only partially duplicated. A correction
would strike out the bottom half of page 43.
{44} tag;
When the tag is added to the book, it would help greatly to have a table that
shows which browsers support which formats. Which browsers support PNG, PNG with
alpha transparency, MNG, JPEG2000, etc.?
{45} Just below: input type=file;
Many items in the book, including the one cited here, are missing the reference about
whether or not the tag is supported for IE5. For example, the list on this item is
MSIE 2,3,4,5.5,6
Other tags missing IE5 information are: button, fieldset, form, all input type=
tags, isindex, label, legend, optgroup, option, script, select, textarea. The rest
of the tags in the book list the full set of MSIE versions for compatibility: MSIE
2,3,4,5,5.5,6
(46) input type=hidden
Header "Attributes" is missing.
{58} tag attributes description;
The description of the http-equiv and name attributes of the tag do not list
the possible values for these attributes. Without this information, a reader cannot
use this tag.
{61}