Re: [csswg-drafts] [css-align] *-items properties might need to resolve directions early (#7612)

Looking more closely here, it appears that the current behavior of browsers is just to apply the "inheritance" of *-self for the purpose of calculating the static position (of abspos flexbox children). I can't get any browser to pay attention to *-self properties for the normal alignment of the abspos, so I presume that's not implemented at all yet and we can rely on the current spec explicitly *not* looking up at *-items when determining its behavior. (See <https://jsfiddle.net/dyp9uwea/>.)

So this probably just needs (yet another) quirk inserted into the abspos flex children staticpos determination.

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


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

Received on Wednesday, 24 August 2022 19:50:18 UTC