[w3c/uievents] Change click/auxclick/contextment/dblclick event types to PointerEvent? (#235)

@garykac @travisleithead @BoCupp-Microsoft @patrickhlauke  

We've seen some need to additional information for the meta events that are generated for different pointers. Attributes such as [pointerType](https://w3c.github.io/pointerevents/#dom-pointerevent-pointertype) seems to be useful for some web apps as mentioned in [this issue](https://github.com/w3c/pointerevents/issues/100) file against PointerEvent repository.
So we have two paths:

1. Either add all the attributes required back to the MouseEvent idl.
2. Just change these meta events (i.e. click, auxclick, contextmenu, and dblclick) type to the PointerEvent.

I wonder how ui events folks feel about the second solution. From PointerEvents perspective that seems to be a better long term solution but obviously we need to evaluate the compat impact of that.

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

Received on Monday, 24 June 2019 12:56:32 UTC