Bug 259037

Summary: [CSS Math Functions] min/max() with one argument should always collapse to calc()
Product: WebKit Reporter: Tim Nguyen (:ntim) <ntim>
Component: CSSAssignee: Tim Nguyen (:ntim) <ntim>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.