Re: [css21] line-height, problem?

On 26/11/2012 9:00 PM, Alan Gresley wrote:

> With line-height:normal
> (which is the default), each line box is layered out so no line boxes
> overlap. With Latin Script, each line box will enclose the letters with
> acutes and the lowest descender (the Greek letter Xi ~ ξ).

I should have written:

With line-height:normal (which is the default), each line box is layered 
out so all characters of the various Latin Scripts are enclosed. This 
includes the letters with acutes and the lowest descender (the Greek 
letter Xi ~ ξ). When line-height is less than normal, the top half 
leading of a new line can completely overlap the bottom half leading of 
a previous line.

FYI. Line boxes do not overlap. They can be zero height where each new 
line is completely overlapping the previous line.




-- 
Alan Gresley
http://css-3d.org/
http://css-class.com/

Received on Monday, 26 November 2012 10:25:23 UTC