[css-houdini-drafts] [css-typed-om] Add example of normalizing n-ary math operators

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

== [css-typed-om] Add example of normalizing n-ary math operators ==
Let's add an example of normalizing something like `calc(1 + 2 + 3)`, which returns `new CSSMathSum(1, 2, 3)` as opposed to `new CSSMathSum(new CSSMathSum(1, 2), 3)`.

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

Received on Thursday, 23 November 2017 00:36:44 UTC