Product Overview
Everything You Know About CSS Is Wrong!
Corrections & Typos
Found a mistake that’s not listed here? Contact us to let us know!
First Edition: October 2008
- p. 36 3rd paragraph
The 1st sentence of the paragraph should read:
If an element is set to
display: table-row;while its parent element isn't set totable(ortable-row-group), an anonymous box set todisplay: table;will be created to enclose the row, and any subsequent adjacent sibling elements set todisplay: table-row. - p.103 1st paragraph
The Safari-specific implementation of
column-rule-widthis called-webkit-column-rule-width - p.35 1st code listing
The code example should be:
<div class="container"> ... </div>The
divelement with the class of "row" should have been removed

