NEW230161
Use double instead of float in CalcExpressionOperation to be consistent with CSSCalcValue
https://bugs.webkit.org/show_bug.cgi?id=230161
Summary Use double instead of float in CalcExpressionOperation to be consistent with ...
Kevin Turner
Reported 2021-09-10 10:39:51 PDT
CalcExpressionOperation currently uses float for CSS calculations. This should instead use double to be consistent with CSSCalcValue and the rest of the CSS calculation implementation.
Attachments
Kevin Neal
Comment 1 2021-09-10 15:02:25 PDT
Thank you for filing. The appropriate engineers have been copied.
Radar WebKit Bug Importer
Comment 2 2021-09-10 15:02:37 PDT
Note You need to log in before you can comment on or make changes to this bug.