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

It appears to me that we also need to make drag events composed: `drag`, `dragstart`, `dragend`, `dragenter`, `dragleave`, `dragover`, `drop`

Otherwise, you may end up observing a fraction of events like `dragend` without `dragstart`.

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

Received on Thursday, 7 July 2016 06:10:18 UTC