- From: jrandolf via GitHub <sysbot+gh@w3.org>
- Date: Mon, 09 Oct 2023 00:59:39 +0000
- To: public-pointer-events@w3.org
I think there is a distinct difference here compared to the MouseEvent issue. In particular, what we are doing is truncating the `double` in `TouchEvent` which is only guaranteed to be accurate up to `float32` since we know browsers derive those values from OSes provide `float32`. In particular, if the `double` `TouchEvent` angles _does not_ match the `PointerEvent` `float` angles, then that means there is a problem with the implementation. -- GitHub Notification of comment by jrandolf Please view or discuss this issue at https://github.com/w3c/pointerevents/pull/485#issuecomment-1752222054 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 9 October 2023 00:59:41 UTC