Re: [csswg-drafts] [css-align-3][css-position-3] Better interaction of auto insets and self-alignment properties? (#9124)

Yeah, I'm confused by your assertion, @dholbert. Unless I'm blind (easily possible when reading my own text), there's absolutely nothing that would suggest "ignore the alignment keyword and just put yourself in the start/start corner" is the correct behavior for `position: absolute; inset: 0; place-self: center;`. Blink *doesn't honor the alignment properties in abspos* right now, so you'll indeed *get* that behavior (since, for replaced and fixed-width non-replaced, we'll treat the right/bottom insets as auto), but that's incorrect per spec. You *should* be getting the "everything is centered" behavior, since they all share the same inset-modified containing block and all specify center self-alignment.

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


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

Received on Friday, 4 August 2023 18:21:51 UTC