- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Wed, 04 Oct 2023 22:47:29 +0000
- To: public-css-archive@w3.org
Many details of float handling can change things that depend on precise integers and non-dyadic rationals. Distribution can, sure, but just *addition* can result in things not adding up to exactly what you'd expect. CSS doesn't even specify the float size; pure numbers will probably be doubles, but impls use fixed point for lengths (with different bases!), so even trivial values can trigger browser differences. The overall conclusion is just that CSS math is very rarely that dependent on exact results. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9437#issuecomment-1747751412 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 4 October 2023 22:47:31 UTC