- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Wed, 05 Feb 2020 14:47:21 +0000
- To: public-css-archive@w3.org
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