[Webkit-unassigned] [Bug 259038] New: [CSS Math Functions] min/max functions with dependent units should not collapse to calc()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jul 9 16:27:29 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=259038
Bug ID: 259038
Summary: [CSS Math Functions] min/max functions with dependent
units should not collapse to calc()
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ntim at apple.com
CC: webkit-bug-importer at group.apple.com
`min(1%, 2%, 3%)` should stay `min(1%, 2%, 3%)` instead of collapsing to `calc(1%)`, given we can't conclude whether 1% is positive or negative.
Same for `max(1%, 2%, 3%)`.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230709/99e70d96/attachment.htm>
More information about the webkit-unassigned
mailing list