I'd say so, but wouldn't the error have more to do with the fact that the
value of line-height needs a unit of reference (px, % or em)?

No, line height is one of the few properties that can take a number without a unit. The unit acts as a multiplier, whereas an em say, is based on the parent font size.

So line-height: 1em; and line-height: 1; can produce very different results. In general, most people mean the latter, but use the former.

Yours

Andy Budd

http://www.andybudd.com/
01273 241355
07880 636677

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to