Re: [css-houdini-drafts] Add CSSMathValue Serialization body

@tabatkins For something like `CSSMathNegate(CSSMathSum(CSS.px(1), CSS.percent(1)))`, did we want to serialize to something like `calc(- calc(1px + 1%))`? But according to the [calc grammar](https://drafts.csswg.org/css-values-3/#calc-syntax), it doesn't look like this is valid. Thoughts?

-- 
GitHub Notification of comment by darrnshn
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/489#issuecomment-351549793 using your GitHub account

Received on Wednesday, 13 December 2017 22:46:19 UTC