[Webkit-unassigned] [Bug 230161] New: Use double instead of float in CalcExpressionOperation to be consistent with CSSCalcValue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 10 10:39:51 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=230161

            Bug ID: 230161
           Summary: Use double instead of float in CalcExpressionOperation
                    to be consistent with CSSCalcValue
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kevinturner at utexas.edu

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.

-- 
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/20210910/1feef821/attachment.htm>


More information about the webkit-unassigned mailing list