Cascading Style Sheets: The Definitive Guide, 2nd Edition by Eric Meyer 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 June 14, 2006. UNCONFIRMED errors and comments from readers: (53) 2nd paragraph; "The first two rules use link pseudo-classes..." should be: "The first two rules use static pseudo-classes..." (69) Ordered list, three paragraphs after title; "1. Find all declarations that contain a selector" does not make sense, as rules contain selectors, but declarations do not. {80} Table 4-1; For color green, Percentage value should be rgb(0%,50%,0%), Numeric value should be rgb(0,128,0) {172} Figure 7-19; The first listed height in the figure should be 15px, not 10px, to match the code and descriptive paragraph on the previous page. [173-174] Markup at bottom of page & figure 7-23; The markup does not match the figure. It seems to be providing a comparison b/w a DIV containing one of paragraphs and the other DIV containing both paragraphs. [283] Figure 10-9; Page 282, 1st paragraph, third sentence, refers to this figure, and says "...the second float was forced to be below the first one...". There is only one float on the figure; I think float two was lost somewhere... {374} Second and Third Paragraphs; The examples given: a[href] {content: attr(href);} and a[href] {content: " [" attr(href); "]"} should (I think) be changed to: a[href]:after {content: attr(href);} and a[href]:after {content: " [" attr(href); "]"}