Re: [css-multicol][css-sizing] Intrinsic Sizes of Multi-column Elements

On 26/03/15 00:37, fantasai wrote:
>>> col-width + height
>>>     min = used col-count == 1 ?
>>>             min-content : column-width * used column count
>>>     max = column-width * used column count
>>>     Implemented by: Nobody
>>
>> I think you'd need to lay out to find the column count here. Sounds bad.
>
> Yes. It makes layout engineers unhappy, but it's the only answer
> that really makes sense, and it's required for a some real-world
> use cases.

This is not about happiness. It’s just that "To determine X, you first 
have to know X" is not implementable.

-- 
Simon Sapin

Received on Thursday, 26 March 2015 13:19:41 UTC