- From: Jen Simmons via GitHub <sysbot+gh@w3.org>
- Date: Wed, 01 Nov 2017 23:53:33 +0000
- To: public-css-archive@w3.org
I'd like to comment, but do not understand the issue enough. `fit-content` = `min(max-content, max(min-content, <length-percentage>));` Are you talking about removing the `max(min-content,` part? And just make it `minmax(max-content, <length-percentage>);`? Or I could ask it this way: How does `fit-content` use a minimum value now? I didn't think it did. Or, er, what does this mean: > The definitions of stretch and fit-content/fit-content() don't seem to make any sense for the min-* properties Explanation needed. Thanks. -- GitHub Notification of comment by jensimmons Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1913#issuecomment-341277585 using your GitHub account
Received on Wednesday, 1 November 2017 23:53:35 UTC