RESOLVED CONFIGURATION CHANGED 190702
rgba() does not round-trip alpha
https://bugs.webkit.org/show_bug.cgi?id=190702
Summary rgba() does not round-trip alpha
Eric Willigers
Reported 2018-10-18 04:47:23 PDT
If I set a color property to "rgba(42, 53, 64, 0.75)", Blink/Edge/Firefox gives this same value as the specified and computed value. Safari 11.1 and 12 give "rgba(42, 53, 64, 0.74902)". http://jsfiddle.net/ericwilligers/z6vn2mxk/ This may be a duplicate of https://bugs.webkit.org/show_bug.cgi?id=73952
Attachments
Brent Fulgham
Comment 1 2022-07-01 16:47:09 PDT
We now match Chrome and Firefox.
Note You need to log in before you can comment on or make changes to this bug.