Re: [csswg-drafts] [cssom-view] CSSOM View Module redefines some MouseEvent attributes (#4084)

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