[css-houdini-drafts] [css-typed-om] CSSNumericValue.to could return a CSSUnitValue

darrnshn has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [css-typed-om] CSSNumericValue.to could return a CSSUnitValue ==
A bit of a nit :) The [return type](https://drafts.css-houdini.org/css-typed-om-1/#dom-cssnumericvalue-to-unit-unit) 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`.

Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/525 using your GitHub account

Received on Sunday, 3 December 2017 22:41:46 UTC