- From: Ian Kilpatrick via GitHub <sysbot+gh@w3.org>
- Date: Mon, 20 Mar 2023 17:54:20 +0000
- To: public-css-archive@w3.org
bfgeek has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-sizing-4] min-intrinsic-sizing needs to be per-axis, or have axis keywords. == https://drafts.csswg.org/css-sizing-4/#intrinsic-contribution-override Consider: ```html <!DOCTYPE html> <div style="display: grid; float: left;"> <div style="overflow-y: scroll; min-height: 100px; min-intrinsic-sizing: zero-if-scroll;"> thisisaverylongword </div> </div> ``` As specified the current logic would compress the intrinsic size in both axes to zero (as we are checking for a scroll container). Typically either one axis or the other is desired in many scrollers. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8620 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 20 March 2023 17:54:22 UTC