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

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

== [css-typed-om-1] Should "negate" handle a CSSMathSum of CSSMathNegates? ==
It looks like https://drafts.css-houdini.org/css-typed-om-1/#cssmath-negate will turn `-5` into `5` but `-2 + -3` into `-(-2 + -3)`.  That might be OK; we could probably spend our entire lives trying to make negation "nice".  But the specific case of a CSSMathSum of CSSMathNegate might be worth considering as a special-case anyway...

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

Received on Friday, 16 February 2018 01:01:23 UTC