Re: [css3-flexbox] Fixing the "replaced elements may or may not be inline" issue

On Wed, May 16, 2012 at 5:01 PM, fantasai <fantasai.lists@inkedblade.net> wrote:
> An alternative would be to define a 'flex-item' value for 'display',
> and make it compute to 'inline' except on children of a flex container.
> Then you can assign 'display: flex-item' to those elements in ua.css.
>
> (As an additional benefit, you could make the computed 'display' of
> block container flex items start returning 'flex-item' now, instead
> of changing it in the future.)

I think it would be pretty weird to have the default UA stylesheet set
all the replaced elements to "display:flex-item" apropos of nothing.

~TJ

Received on Thursday, 17 May 2012 00:10:56 UTC