Re: [csswg-drafts] [css-values] Serialize all functions in summation (#3785)

A summation may also contain products or quotients of functions. I suspect they should also have their order unchanged.  `calc(1 + calc(2px / 2em)  + 3 + calc(5px / 5em))` should become `calc(4 + calc(2px / 2em)  + calc(5px / 5em))`

-- 
GitHub Notification of comment by ewilligers
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/3785#issuecomment-478407660 using your GitHub account

Received on Monday, 1 April 2019 01:38:32 UTC