Re: [csswg-drafts] [cssom] Is `round` special in CSSOM? (#5689)

Just confirming: CSS and JS both default to "towards positive infinity". C++ and Rust default to "away from zero".

Matching C++ and Rust would be better for implementations, I assume; they don't have to remember to round specially in every serialization function.

But matching JS and CSS would be better for matching the web platform in general.

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


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

Received on Wednesday, 11 November 2020 17:57:59 UTC