Re: [pointerevents] What should be the 'detail' property of pointer events? (#98)

The `event.detail` field is currently well-defined in the specs: it gives the click-count for [`click`](https://w3c.github.io/uievents/#event-type-click) and [`auxclick`](https://w3c.github.io/uievents/#event-type-auxclick).  For all other PointerEvent types, the field is [zero](https://w3c.github.io/pointerevents/#attributes-and-default-actions).

I am not sure why the mathlive code linked above is relying on `event.detail` of a `pointermove` or `mousemove`.  I don't know any browser that reports click-counts on these events.

-- 
GitHub Notification of comment by mustaqahmed
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/98#issuecomment-1629600263 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 10 July 2023 19:29:20 UTC