- From: Benjamin D. Smedberg <bsmedberg@covad.net>
- Date: Mon, 17 May 2004 05:14:58 -0400
- To: www-style@w3.org
Joachim Noreiko wrote:
> --- Andrew Fedoniouk <news@terrainformatica.com>
>>How to say using current or future CSS "I want this
>>paragraph to occupy
>>space as much as needed to show its content in
>>full"?
>
> Good question. But I don't think "none" is the right
> word for this. "force" or "expand" perhaps.
> But in which way would the paragraph expand? width,
> height, or both?
How is this different from height: auto; ?
If there is a difference, maybe we can just use a new keyword for
height/width:
.fitToContent {
width: auto;
height: fit;
}
--BDS
Received on Monday, 17 May 2004 05:15:05 UTC