Re: [whatwg/dom] Figure out how listeners should fire AT_TARGET when doing retargeting (#237)

So the question here is in what order capturing listeners and bubble listeners are called?  And @smaug---- is suggesting the following order in (1):
1. Capturing listeners outside shadow (i.e. component users)
2. Capturing listeners inside shadow
3. Bubble listeners inside shadow
4. Bubble listeners outside shadow

I don't quite understand the distinction between "bubble listeners on non-deep-target" and "bubble listener".  What does the latter refer to?  Could you clarify?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/237#issuecomment-214588623

Received on Tuesday, 26 April 2016 02:30:21 UTC