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.