Re: [w3c/webcomponents] Events whose composed flag should be true (#513)

In summary, so far:

Inheritance hierarchy:

- UIEvent
  - [x] FocusEvent
  - [x] MouseEvent
    - WheelEvent
    - PointerEvent
    - DragEvent
  - [x] InputEvent
  - [x] KeyboardEvent
  - [x] CompositionEvent
  - [x] TouchEvent

If we use per-interface bases, `FocusEvent`, `MouseEvent`, `InputEvent`, `KeyboardEvent`, `CompositionEvent`, and `TouchEvent` are the candidates.


---
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-224470273

Received on Wednesday, 8 June 2016 02:23:54 UTC