Cascading Style Sheets by Eric A. Meyer This errata page lists errors outstanding in the most recent printing. If you have any error reports or technical questions, you can send them to booktech@oreilly.com. (Please specify the printing date of your copy.) This page was updated March 6, 2006. Here's the 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 Confirmed errors: {33} Figure 2-11, 2nd paragraph: The italicized statement, "the possibility of implosion is very real, and must be avoided at all costs", should also appear in bold. [68] dec/hex comparison after 6th paragraph; This area is listing a comparison, in paired lines, of hex numbers and their decimal equivalents. However in the 1st line of the 1st pair, which is the hex numbers, for some reason the last entry - which should be '10' is missing, over the decimal number 16. Instead, 10 appears as the first hex value in the next pair of lines, as the equivalent of decimal 17. From there on, the pairs of equivalent numbers are off by 1. (87) Figure 4-10: The last two paragraphs within Figure 4-10 read "...which causes the the text within..." One "the" should be deleted in each paragraph. (99) first paragraph: You said in the preceding paragraph that you were making one small change to the example by adding a line-height to the styles for the BIG element (which you did). However, you made a second change; you changed the P line-height from 23pt (see top of page 98) to 27pt. As it is now, it incorrectly reads: P {font-size: 18pt; line-height: 27pt;} and in the HTML it also says "...and the 'line-height' for this paragraph is 27pt..." But the orignal reads: P {font-size: 18pt; line-height: 23pt;}. Ditto for the HTML. A mention that the overall line-height is different should be added. {102} last code on page and Figure 4-34; The code and Figure 4-34 do not match. The code reads:

This paragraph contains first a single fairly tall image which is tall, and then and image short image which is not tall.

It should read:

This paragraph contains first a single fairly tall image tall image, and then an image short image which is not tall.

(177) caption for Figure 6-34; 'Creating a "triple border" on H2 elements' should read 'Creating a "triple border" on H1 elements' (192) First example; should be test image (224) 2nd to last paragraph; "border-button-width" should read "border-bottom-width"