Re: [csswg-drafts] [css-values-4] Specify that calculation trees explicitly work in double precision (#4551)

> I actually see no occurrence of `double` in [WebKit's `CalculationValue.cpp`](https://trac.webkit.org/browser/webkit/trunk/Source/WebCore/platform/CalculationValue.cpp), @smfr what am I missing?

The values are stored via CSSPrimitiveValue, which has 'double num' in its union.

-- 
GitHub Notification of comment by smfr
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4551#issuecomment-560455163 using your GitHub account

Received on Monday, 2 December 2019 15:51:24 UTC