- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Tue, 15 Apr 2025 23:27:49 +0000
- To: public-css-archive@w3.org
Yeah, in Servo we tried a few testcases on major browsers, and came to the conclusion that the automatic size of an abspos needs to be `fit-content` when one or both insets are `auto`, even if the self-alignment property is `stretch`. https://github.com/servo/servo/blob/da4ea0f0965414733f0352e76ff416b1ded75a08/components/layout_2020/positioned.rs#L821,L829 Authors can still use `height: stretch` if they really want to stretch. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11195#issuecomment-2807757758 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 15 April 2025 23:27:50 UTC