Re: [csswg-drafts] [css-values] Should round(strategy, A, 0) be NaN or A? (#4762)

@Crissov Note the spec doesn't allow `round(A)`, and if it did I would expect it to be `round(A, 1)` (i.e. round to integer), not `round(A, 0)`.

I don't have a strong opinion about `round(A, 0)` being `A` or NaN, but the choice doesn't seem obvious, so I filed this so that people can give some thought to it.

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

Received on Saturday, 8 February 2020 18:49:30 UTC