Re: [csswg-drafts] [css-values] Redundancy of atan2() (#4485)

If we copied `rgb` and `rgba`, we would have both allowing one or two arguments, with serialization rules that `atan` and `atan2` serialize as `atan` if they have one argument and `atan2` if they have two arguments.

I'd prefer that we be consistent with JavaScript. Intent is clearer when authors always use `atan` with one argument and `atan2` with two arguments.


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

Received on Tuesday, 5 November 2019 23:01:42 UTC