Re: [csswg-drafts] [css-anchor-position] Allow a positioned el's containing block to be the anchor (#11769)

Yeah, I'm pretty sure this is basically just an off-by-one error in the anchor-determining restrictions. The CB is already sized and positioned by the time you're laying out abspos children (modulo the presence/absence of scrollbars, which is already handled due to its inherent cyclicness), so you should be able to depend on it, and the use-cases for it are pretty clear and obvious.

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


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

Received on Monday, 24 February 2025 22:52:24 UTC