- From: Darren Shen via GitHub <sysbot+gh@w3.org>
- Date: Sun, 12 Nov 2017 21:24:09 +0000
- To: public-houdini-archive@w3.org
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