WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-07-09 16:25:25 PDT
<
rdar://problem/111986569
>
Tim Nguyen (:ntim)
Comment 2
2023-07-09 18:06:25 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/15679
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.
Top of Page
Format For Printing
XML
Clone This Bug