- From: Ian Kilpatrick via GitHub <sysbot+gh@w3.org>
- Date: Wed, 24 Aug 2022 20:30:38 +0000
- To: public-css-archive@w3.org
Yeah everyone is doing something slightly different here but basically: Chrome: - Column flexbox is basically the "min-intrinsic" behaviour. - Row flexbox is "min-content" (*without* the min-width:auto encompassing this size - bad). i.e. always the aspect-ratio. Firefox: - width/height 100% has the "min-content" behaviour (*with* the min-width:auto encompassing the size - good). - width/height stretch has the "min-intrinsic" behaviour. Safari: - Mostly has the "min-content" behaviour (*with the min-with:auto encompassing the size - good) however gets stretch sizes incorrect (e.g. not applied in correct order meaning larger that it should be in the stretch axis). -- GitHub Notification of comment by bfgeek Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1226273138 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 24 August 2022 20:30:40 UTC