Closed
Description
A bit of a nit :) The return type of CSSNumericValue.to
is currently CSSNumericValue
, but I think we could change it to CSSUnitValue
. I only raised this issue for consistency since CSSNumericValue.toSum
returns a CSSMathSum
and not a CSSNumericValue
.