[Webkit-unassigned] [Bug 230388] New: radial-gradient does not accept calc values that combine length and percent
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 16 23:30:31 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=230388
Bug ID: 230388
Summary: radial-gradient does not accept calc values that
combine length and percent
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: tuomas.webkit at apple.com
Created attachment 438446
--> https://bugs.webkit.org/attachment.cgi?id=438446&action=review
sample html file demonstrating the issue
in radial-gradient calc() works when adding lengths together, or percentages together:
radial-gradient(50px calc(50px + 1px), #f0f, #fff)
radial-gradient(50px calc(50% + 1%), #f0f, #fff)
combining length and percentage does not work:
radial-gradient(50px calc(50% + 1px), #f0f, #fff)
--
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/20210917/9cce3d54/attachment.htm>
More information about the webkit-unassigned
mailing list