Re: [csswg-drafts] [css-values-4] How should atan2 behave with different length units? (#7482)

Same is true for percentages. If percentages are allowed, then what are they a percentage of? WebKit ignores this and treats `atan2(90%, 10%)` the same as `atan2(90, 10)`. Normally, this is dependent on the property but if the type of the property doesn't usually allow percentages (like `rotate`), then it's unclear what should happen.

Most of this applies for the `hypot` function as well btw.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 9 July 2022 23:02:26 UTC