[csswg-drafts] [css-values-4] Simplification algorithm should account for products of min / max. (#4744)

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

== [css-values-4] Simplification algorithm should account for products of min / max. ==
https://drafts.csswg.org/css-values-4/#simplify-a-calculation-tree

Step 8 wouldn't simplify something like `a * min(b, c)` into `min(a * b, a * c)` (or the equivalent `max` if `a` is negative), and it probably should.

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

Received on Wednesday, 5 February 2020 14:47:24 UTC