- From: Matthew Brealey <webmaster@richinstyle.com>
- Date: Mon, 03 Apr 2000 12:53:15 -0700
- To: www-style@w3.org
- Message-ID: <38E8F6AB.942@richinstyle.com>
<blockquote cite="http://www.w3.org/TR/REC-CSS2/visudet.html#q22"> If the property is set on a block-level element whose content is composed of inline-level elements, it specifies the minimal height of each generated inline box. If the property is set on an inline-level element, it specifies the exact height of each box generated by the element. (Except for inline replaced elements, where the height of the box is given by the 'height' property.) </blockquote> Whereas correct would be: <blockquote> The computed value for this property on a block-level element specifies the minimal height of each rendered inline descendant box of that element. However, inline descendant boxes that are also descendants of a block-level descendant of the element are not affected. The computed value for this property on an inline-level element specifies the minimum height of each box generated by the element. (Except for inline replaced elements, where the content height of the box is given by the 'height' property.) </blockquote> ----------------------------------- Please visit http://RichInStyle.com. Featuring: MySite: customizable styles. AlwaysWork style Browser bug table covering all CSS2 with links to descriptions. Lists of > 1000 browser bugs Websafe Colorizer CSS2, CSS1 and HTML4 tutorials. CSS masterclass CSS2 test suite: 5000++ tests and 300+ test pages.
Received on Monday, 3 April 2000 07:49:34 UTC