Re: [css3-writing-modes] height: fill-available's behavior is suboptimal

On Fri, Jul 13, 2012 at 3:38 PM, Ojan Vafai <ojan@chromium.org> wrote:
> Maybe the % thing is a bad example because we can't change that. But for
> fill-available, and if we added a new percent-like value that actually
> worked, wouldn't your suggestion that started this thread lead to 500px
> because we'd skip over the min-content div?

Ah, yes.  It would go find the nearest definite size, subtract
intervening margin/border/padding, then resolve itself.  So #inner
would be 500px in this case.

~TJ

Received on Friday, 13 July 2012 22:47:24 UTC