Skip to content

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

@emilio

Description

@emilio

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions