RESOLVED FIXED 259037
[CSS Math Functions] min/max() with one argument should always collapse to calc()
https://bugs.webkit.org/show_bug.cgi?id=259037
Summary [CSS Math Functions] min/max() with one argument should always collapse to ca...
Tim Nguyen (:ntim)
Reported 2023-07-09 16:25:14 PDT
`min(10px + 10%)` or `max(10px + 10%)` should collapse to `calc(10px + 10%)`. They currently don't.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-07-09 16:25:25 PDT
Tim Nguyen (:ntim)
Comment 2 2023-07-09 18:06:25 PDT
EWS
Comment 3 2023-07-09 20:44:45 PDT
Committed 265893@main (70fc9b224798): <https://commits.webkit.org/265893@main> Reviewed commits have been landed. Closing PR #15679 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.