On Wed, Feb 10, 2010 at 6:19 PM, Andrew Fedoniouk <news@terrainformatica.com
> wrote:
> Ojan Vafai wrote:
>
>> On Wed, Feb 10, 2010 at 5:43 PM, Andrew Fedoniouk <
>> news@terrainformatica.com <mailto:news@terrainformatica.com>> wrote:
>>
>> Ojan Vafai wrote:
>>
>> On Wed, Feb 10, 2010 at 5:05 PM, fantasai
>> <fantasai.lists@inkedblade.net
>> <mailto:fantasai.lists@inkedblade.net>
>> <mailto:fantasai.lists@inkedblade.net
>> <mailto:fantasai.lists@inkedblade.net>>> wrote:
>>
>>
>> No. I'm referring to empty block nodes collapsing. For example,
>> <p></p> will render a 0-height paragraph element.
>>
>> Ojan
>>
>>
>> What about this:
>>
>> p
>> {
>> min-height:1em;
>> }
>>
>>
>> Does this work? You want the height to be the line-height. As in, there
>> are cases where the line-height is not 1em. Also, what if you want some divs
>> to be <1em?
>>
>> Ojan
>>
>
> I suspect that having something like this:
>
> p:empty
> {
> min-height:1em;
> }
>
> would be enough for WYSIWYG editing use cases. You just need box to put
> caret in and this rule will allow you to do so. If "no" then what are other
> uses cases?
Doesn't deal with many cases. "<p><span></span></p>" and "<p> </p>".