Re: Error in 2.1 test suite

Rainer Ahlfors wrote:
> Ahem font or not -- there is still a bug:
> font: 15px/1 Ahem;
>  
> The required unit is missing from the line-height property.

'line-height'
     Value:   normal | <number> | <length> | <percentage> | inherit

That "1" is a <number>, not a <length>.  Please see 
http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height for details.

-Boris

Received on Monday, 5 March 2007 18:36:19 UTC