Combined Errata
Page 37
Listing 2.2, see detailed description
"font:" should be changed to
"font-family:". The same correction should be made twice in Listing 2.3 on page 38, and in step 2 at the bottom of page 39. The files 2.2.txt and 2.3.txt should also be corrected. Page 45
Listing 2.7 Note that the only change is replacing the close parens symbol at the end -- ")" -- with the close bracket symbol -- "}".
Page 48
In the NOTE, " www.webreview.com/style/css2/charts/selectors.shtml" is no longer a valid link.
The plug was pulled on the Web Review charts since the entire section of that company folded recently. Page 58
Margin Property -
Page 58: Last paragraph on page states that "The major concern when grouping
is the order of values. A good example of this is when working with the
margin property: you must follow the property with top, right, left, and
bottom margin values in that order."
This is incorrect. It should read:
"The major concern when grouping is the order of values. A good example of
this is when working with the margin property: you must follow the property
with top, right, bottom, and left margin values in that order. You can use the acronym TRBL or mnemonic Trouble to help remember this margin order." Page 69
Margins
Last sentence on the page, above the note reads "This rule now sets
all the margins for the page at 20 pixels, providing a uniform margin around
the body content."
This should read:
"This rule now sets the top and left margins to 100 pixels, and the bottom
and right margins to 20 pixels."
|