Bug 230161 - Use double instead of float in CalcExpressionOperation to be consistent with CSSCalcValue
Summary: Use double instead of float in CalcExpressionOperation to be consistent with ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-09-10 10:39 PDT by Kevin Turner
Modified: 2021-09-12 14:27 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Turner 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.
Comment 1 Kevin Neal 2021-09-10 15:02:25 PDT
Thank you for filing. The appropriate engineers have been copied.
Comment 2 Radar WebKit Bug Importer 2021-09-10 15:02:37 PDT
<rdar://problem/82991099>