Re: [csswg-drafts] [css-align] Rules for align/justify-self on static position of absolutely-positioned boxes need more detail (#1432)

RE the justify-content / align-content changes (in https://github.com/w3c/csswg-drafts/issues/1432#issuecomment-415854208 and the subsequent resolution) -- @fantasai  or @tabatkins , could you check my understanding of where this ended up?

If I'm understanding correctly, I think:
 (1) abspos children of a relpos flex container **should not** have their static position influenced by the flex container's `justify-content` property.
 (2) abspos children of a relpos flex container **should** respect their own `justify-self` property when determining their static position.

The earlier spec text here had said something like "determine the abspos child's static position as if the child were the flex container's sole flex item", which gave the opposite expectations for (1)/(2) above (and that's what I'd implemented a few years back, though I think I need to update that now).

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


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

Received on Tuesday, 15 December 2020 20:31:01 UTC