- From: Christoph Päper via GitHub <sysbot+gh@w3.org>
- Date: Fri, 11 Aug 2017 12:57:12 +0000
- To: public-css-archive@w3.org
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