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

Isn't that just a shorthand notation? 

`clamp(`_value_`,` _start_`,` _end_`)` = `min(max(`_value_`,` _start_`),` _end_`)` =`max(`_start_`, min(`_value_`,` _end_`))`

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

Received on Friday, 11 August 2017 12:57:12 UTC