[csswg-drafts] [css-values-4] Should arguments to min/max get simplified when only partial simplification is possible? (#4756)

emilio has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-values-4] Should arguments to min/max get simplified when only partial simplification is possible? ==
That is, should `max(10em, 10px, 20em)` be simplified to `max(10px, 20em)`?

If so, we should probably also specify the order in which the factors appear in serialization to be specified like we do for sums (you really want to have the factors sorted before simplifying so you only need to do one pass over the arguments rather than multiple).

If not, we may want to also call that out in the spec. I think we may want to do that if only for consistency with sums.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4756 using your GitHub account

Received on Friday, 7 February 2020 13:38:16 UTC