Why do some browser engines not calculate fractional pixels precisely? Based on what logic these final values (.094, .188, .297 etc) are calculated? Is there any documentation for that?
Tested in Chrome 100.0.4896.127 (Official Build) (64-bit)
<html>
<body>
<div style="width:100.1px">Hi</div>
</body>
</html>