Re: [w3c/uievents] Converge with CSSOM-View (#24)

> we should resolve the conflict in favour of the CSSOM View definition

@jgraham Did you mean updating the UIEvent spec IDL only?  Or also dropping the CSSOM-View IDL afterwards?

---

A quick note regarding the past discussion here about Blink (I just saw this discussion):
- While Blink's IDL has `MouseEvent` coordinates as double, Blink still exposes only integer values for these coordinates for compat.
- As observed [above](https://github.com/w3c/uievents/issues/24#issuecomment-717231017), `PointerEvent` coordinates are fractional.  However, `click` and `ausclick` are now `PointerEvent`s but still expose only integer coordinates like a `MouseEvent`, see [pointerevents#100](https://github.com/w3c/pointerevents/issues/100#issuecomment-818870316).

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/24#issuecomment-2652099785
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/uievents/issues/24/2652099785@github.com>

Received on Tuesday, 11 February 2025 21:24:10 UTC