- From: Jen Simmons via GitHub <sysbot+gh@w3.org>
- Date: Mon, 13 Jan 2025 18:22:05 +0000
- To: public-css-archive@w3.org
Perhaps both use cases — wanting content to grow in the inline direction & wanting it to not grow — can be handled at the same time through `block-step-insert`: - `block-step-insert: content` — content _is_ resized in the inline direction to maintain aspect ratio (if there's enough space to do so) - `block-step-insert: padding` — [maybe content is resized in the inline direction, maybe not] - `block-step-insert:margin` — content is _not_ resized in the inline direction to maintain aspect ratio, extra space is added to the block margins & the resulting margin box does not conform to the aspect ratio -- GitHub Notification of comment by jensimmons Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11205#issuecomment-2587881830 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 13 January 2025 18:22:06 UTC