PointerEvent spec doesn't override the MouseEvent spec definition of (clientX, clientY) and (screenX, screenY) coordinates: all of them are integers. In Edge, PointerEvents (and not MouseEvents) have fractional client coordinates even though screen coordinates are always integers.
Chrome follows the spec but wants to follow Edge.
- Should we spec this?
- If yes, does it make sense to have both screen and client coordinates fractional, instead of only client coordinate as in Edge?