- From: Ian Kilpatrick via GitHub <sysbot+gh@w3.org>
- Date: Tue, 30 May 2023 21:40:01 +0000
- To: public-css-archive@w3.org
> for static positioning, we use the content box (like for flexbox) This isn't how static position works for abspos children in a grid. It'll invoke https://drafts.csswg.org/css-grid-1/#abspos-items which for "auto" grid-positions will use the padding-box (not content-box). https://www.software.hixie.ch/utilities/js/live-dom-viewer/?saved=11710 Ian -- GitHub Notification of comment by bfgeek Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7661#issuecomment-1569141143 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 30 May 2023 21:40:03 UTC