- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Fri, 08 Dec 2023 19:35:21 +0000
- To: public-css-archive@w3.org
Ultimately, trying to infer a rounding precision from the source unit is going to fail in lots of cases, and even when it works, there's zero guarantee that it'll produce a useful value. The current spec makes it trivial to round to any unit you like (`round(..., 1em)`) and to any size at all, and doesn't need to do any fragile or unexpected inference at all. It's really unlikely we'd ever change it to be more complicated *and* fragile, for what is almost certainly a small minority use-case of "people who want to round to 1px/1deg/etc". -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9668#issuecomment-1847713786 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 8 December 2023 19:35:24 UTC