Re: [csswg-drafts] [css-values] Re-adding min() and max()?

The differences with `clamp()` are
- `start` and `end` don't have to correspond to `min` and `max`, they can be "out of order" (so you don't have to invert them when doing calculations with negative values, for example)
- `start` does not take priority over `min`, nor vice versa. The measurement closest to the provided value wins.
- has different behavior when clamping angles (where it clamps to the smallest arc) or colors (no idea what it would do here but someone can come up with an idea)

-- 
GitHub Notification of comment by gabriel-peracio
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/544#issuecomment-322203222 using your GitHub account

Received on Monday, 14 August 2017 14:20:35 UTC