Re: [css-houdini-drafts] [css-typed-om-1] Should "negate" handle a CSSMathSum of CSSMathNegates?

I have no strong opinion on this - I captured some simple shortcuts in the current algorithms, with the goal of avoiding stacking the same wrapper over and over again when you're just doing some operation piece-meal instead of all at once.  (That is, I want `val1.add(val2, val3)` to give the same result as `val1.add(val2).add(val3)`.)

We can always add more shortcuts, if people think it's reasonable.

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

Received on Friday, 16 February 2018 20:05:33 UTC