- From: Navid Zolghadr <notifications@github.com>
- Date: Mon, 24 Jun 2019 05:56:10 -0700
- To: w3c/uievents <uievents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 24 June 2019 12:56:32 UTC
@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