- From: Hayato Ito <notifications@github.com>
- Date: Mon, 06 Jun 2016 22:43:46 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
- Message-ID: <w3c/webcomponents/issues/513/224183937@github.com>
Here is the exhaustive list. This might be a good starting point, hopefully. I think it is important that we can know the *rationale* how we can make the list. So here is how to *reproduce* the list. ``` 1. Go to https://w3c.github.io/uievents/. Get every event types from Chapter 5, excluding events in Chapter 5.1 -> We got: Focus Events: blur focus focusin focusout Mouse Events: click dblclick mousedown mouseenter mouseleave mousemove mouseout mouseover mouseup Wheel Events: wheel Keyboard Events: keydown keyup Composition Events: compositionstart compositionupdate compositionend 2. Go to https://w3c.github.io/touch-events/ -> We got: Touch Event: touchstart touchend touchmove touchcancel 3. Go to https://w3c.github.io/pointerevents/ -> We got: Pointer Events: pointerover pointerenter pointerdown pointermove pointerup pointercancel pointerout pointerleave gotpointercapture lostpointercapture ``` --- 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/webcomponents/issues/513#issuecomment-224183937
Received on Tuesday, 7 June 2016 05:44:34 UTC