Re: [csswg-drafts] [css-values] Trigonometric functions (#2331)

By requiring commas, we allow the arguments to be `<calc-sum>`, like for the other [math functions](https://drafts.csswg.org/css-values/#calc-syntax).   

Users can write `atan2(1 + 2, 3 + 4)` instead of `atan2(calc(1 + 2) / calc(3 + 4))`.


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

Received on Thursday, 28 February 2019 23:54:38 UTC