- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Thu, 17 May 2018 17:59:01 +0000
- To: public-css-archive@w3.org
So my preference is to go with an optional trailing keyword dictating the behavior. `clamp()` (#2519) probably wants the same thing, and a keyword is definitely the way to go there (particularly since clamp() also wants a third behavior - swapping the min/max when they're in the wrong order; you can't do that with Grid tho, if either of the sizes are content-based). So maybe something like: ``` minmax(<min>, <max>, [min-wins | max-wins]?) ``` Alternate name pairs: `prefer-min | prefer-max` -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1102#issuecomment-389955306 using your GitHub account
Received on Thursday, 17 May 2018 17:59:12 UTC