Web Design in a Nutshell, 3rd Edition
by Jennifer Niederst
The following errata were *corrected* in the 3/07 reprint:
This page was updated February 16, 2007.
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
+n: n'th paragraph from the top of the page
-n: n'th paragraph from the bottom of the page
########################################
(82-83) Table 6-2 column headings
Country
->
Language
########################################
(82-83) Table 6-2
Columns flow incorrectly between pages 82 and 83
->
Columns flow correctly from page 82 to page 83
########################################
(136) -1
"Providing Meta Data section
->
"Providing Meta Data" section
########################################
{167} Table 10-3 Character column, row 6 and row 7
straight quotes
->
smart (curly) quotes
########################################
{167} Table 10,3 Entity column, row 6
&lddquo;
->
“
########################################
(181) -4, below Fig 12-2
...but such behavior is nonstandard is not something to
depend on.
->
...but such behavior is nonstandard and is not something to
depend on.
########################################
{223} Code example;
->
########################################
{236} -4 (below "Attributes)
The noframes element should be placed after the frameset element. This is the noframes element provided in the example.
->
The noframes element must be placed within the frameset element in order
to be valid.
########################################
{268} +3 ("In the form..." section)
Phone Number:
->
Phone Number:
########################################
(294) -1 (under "Online Resources")
www.w3c.com/Style/CSS)
->
www.w3c.org/Style/CSS
########################################
(301) -3
Example: img[title="grade"] {border: 3px red;}
->
Example: img[title~="grade"] {border: 3px red;}
########################################
{333} above Figure 18-19;
"Figure 18-19 shows an example of a style sheet rule that adds 3 pixels of extra..."
->
"Figure 18-19 shows an example of a style sheet rule that adds 8 pixels of extra..."
########################################
(345) -4 (paragraph that begins "The four margin properties...")
{ margin: 3px 20px 2px 20px; }
->
{ margin: 3px 20px 3px 20px; }
########################################
(357) -3 (HTML in middle of page)
fuschia
->
fuchsia
(occurs twice in the line)
########################################
(421) 4th line from bottom;
>
->
########################################
(428) lines 14 and 19
right: 0px; ;
->
right: 0px;
and
margin:0 160px; ;
->
margin: 0 160px;
########################################
(454) +2
(see Table 25-1)
->
(see Table 25-2)
########################################
470) last example in Strings section
my_string = "This string's \"quotes\" are escaped';
->
my_string = "This string's \"quotes\" are escaped";
########################################
(481) Two last code samples;
element.onlick = change;
->
element.onclick = change;
and
element.onlick = function ()(
->
element.onclick = function ()(
########################################
(725) Entity column, 4th symbol
Å
->
Å
########################################
(725) Entity column, 7th symbol
È
->
È
########################################
(727) Decimal column, 7th symbol
Ÿ
->
Ÿ
########################################
(727) Decimal column, 5th symbol from end
Η
->
Η
########################################
(729) Decimal column, 10th symbol
->
########################################
(729) Entity column, 6th symbol from end
&hellep;
->
…
########################################
(731) Decimal column, 5th symbol
∉
->
∉
########################################
(732) Entity column, 8th, 13th, and 14th symbols
&rfloor
->
⌋
&clubs
->
♣
&diams
->
♦
########################################