[css-houdini-drafts] [css-typed-om] Should type of CSSMathNegate be the same as its argument?

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

== [css-typed-om] Should type of CSSMathNegate be the same as its argument? ==
According to the [spec](https://drafts.css-houdini.org/css-typed-om-1/#type-of-a-cssmathvalue), the type of a `CSSMathNegate` is the same as the type of its argument but with entries negated. So `CSSMathNegate(1px)` has type `[ length -> -1 ]`, but `-1px` has type `[ length -> 1 ]`. Should the type of `CSSMathNegate` just be the type of its argument?

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

Received on Sunday, 12 November 2017 21:24:14 UTC