We allow double precision for Pointer Action: [spec](https://w3c.github.io/webdriver/#dfn-process-a-pointer-move-action:~:text=If%20x%20is%20not%20a%20Number) But Wheel action only allows Integer: [spec](https://w3c.github.io/webdriver/#dfn-process-a-wheel-action:~:text=If%20x%20is%20not%20an%20Integer%2C) Is there a real reason for this? Should we allow double precision for Wheel too? cc @xiaochengh