Re: [css-flexbox] abspos & align-self: stretch

On Thu, Apr 9, 2015 at 7:24 PM, Tab Atkins Jr. <jackalmage@gmail.com> wrote:
> On Thu, Apr 9, 2015 at 4:21 PM, Christian Biesinger
> <cbiesinger@google.com> wrote:
>> I see. This is getting really complex. So you expect flexbox
>> implementation to implement this part of css-align for abspos items,
>> even if they don't otherwise implement that spec?
>>
>> This is a lot of code for a not very useful feature. Who puts abspos
>> items in a flexbox and expects them to kinda-sorta participate in flex
>> layout?
>
> They're not participating in flexbox layout, at all.  They're just
> participating in Alignment, which *started* in Flexbox, but now
> applies to all display values.

Yes, but per your response I need to implement alignment for abspos
items inside of flexbox even when I don't otherwise implement
alignment, unless I misunderstood you.

-christian

Received on Thursday, 9 April 2015 23:30:29 UTC