Re: [csswg-drafts] [css-flexbox-1][css-position-3] static position of abspos flex children (#5843)

Mm, actually we have a fair amount of interop here. Test results **for a statically-positioned abspos child of a flex container**:
    * Neither Firefox nor Chrome applies justify-self to an abspos flex child.
    * Both Firefox and Chrome apply align-self to an abspos flex child, in the main axis.
    * Both Firefox and Chrome apply justify-content on the container to the abspos.
    * Firefox applies align-content on the container to the abspos, but Chrome doesn't. (Note that align-content only has an effect if the flexbox is multiline.)

Note that these behaviors only apply to abspos that are statically-positioned.

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5843#issuecomment-756434671 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 7 January 2021 22:50:18 UTC