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

Upon review, nah, everything's fine.  Normalization will *never* produce a Negate or Invert as the first argument of a Sum/Product unless you really do need the parens, like `calc(-(1px) + 2px)`.

Theoreticallly we could actually track the operator used in a sum/product expression, but that's busy work that duplicates the Negate/Invert classes, solely for the purpose of more precisely reproducing the original serialization in some cases. Not worth it. 

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

Received on Thursday, 1 February 2018 02:50:03 UTC