Bug 259037
Summary: | [CSS Math Functions] min/max() with one argument should always collapse to calc() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
Component: | CSS | Assignee: | 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)
`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
<rdar://problem/111986569>
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/15679
EWS
Committed 265893@main (70fc9b224798): <https://commits.webkit.org/265893@main>
Reviewed commits have been landed. Closing PR #15679 and removing active labels.