- From: Mustaq Ahmed via GitHub <noreply@w3.org>
- Date: Thu, 19 Jun 2025 15:05:06 +0000
- To: public-css-archive@w3.org
To avoid any confusion: while Blink's IDL has `MouseEvent` coordinates as `double`, Blink still exposes only integer values for `MouseEvent`, so the following lines produce `1` and `1.23` (and my proposed spec change above implies the same): ``` (new MouseEvent('mousedown', {screenX: 1.23})).screenX; (new PointerEvent('poniterdown', {screenX: 1.23})).screenX; ``` -- GitHub Notification of comment by mustaqahmed Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4084#issuecomment-2988434452 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 19 June 2025 15:05:07 UTC