- From: Andrew Fedoniouk <news@terrainformatica.com>
- Date: Mon, 26 Nov 2012 16:35:55 -0800
- To: Stephen Zilles <szilles@adobe.com>
- Cc: "www-style@gtalbot.org" <www-style@gtalbot.org>, "www-style@w3.org" <www-style@w3.org>
Consider these two properties: 'min-height' specifies the minimal height [of an element]. 'line-height' specifies the minimal height of line boxes. Seems like both define same concept - they constrain the height to a certain minimal value that computed value of height may use. By defining min-height you *cannot* make elements smaller, only larger. But by defining line-height you can make line-box smaller than its content. But both use the same concept of minimal constrain, no? Andrew Fedoniouk. http://terrainformatica.com On Mon, Nov 26, 2012 at 4:12 PM, Stephen Zilles <szilles@adobe.com> wrote: > Andrew, > My understanding of the text that you reference is that minimal means that no line within the block will have a line height of less than the line-height of the block. It seems to me that your test case shows exactly that. Did you have something else in mind? > > Steve Zilles > > -----Original Message----- > From: a.fedoniouk@gmail.com [mailto:a.fedoniouk@gmail.com] On Behalf Of Andrew Fedoniouk > Sent: Monday, November 26, 2012 4:01 PM > To: www-style@gtalbot.org > Cc: www-style@w3.org > Subject: Re: [css21] line-height, problem? > > Hmm, seems like my understanding of word "minimal" is completely wrong. > > Consider this very simple doc: > https://dl.dropbox.com/u/14981836/line-height-test-min.htm > > At the moment the spec[1] says: > > "On a block container element whose content is composed of inline-level elements, 'line-height' specifies the minimal height of line boxes within the element." > > But UAs render this example as if 'line-height' specifies not the minimal height but just height of line boxes. > > Either spec is wrong with use of "minimal" there or UAs are wrong all together. > > [1] http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height >
Received on Tuesday, 27 November 2012 00:36:22 UTC