- From: Ryosuke Niwa <notifications@github.com>
- Date: Thu, 06 Sep 2018 23:03:35 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 7 September 2018 06:03:57 UTC
Okay according to https://github.com/whatwg/dom/issues/237, we want to be invoking both capturing & bubbling event listeners during pebble phase. Presumably, this was agreed to in order to let non-capturing event listeners inside the shadow tree to do the necessary work before the event dispatched outside the shadow tree. However, it makes no sense whatsoever that the capturing event listeners on ancestors of a shadow host are getting invoked BEFORE capturing event listeners are invoked on the target inside a shadow tree. -- 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/685#issuecomment-419332485
Received on Friday, 7 September 2018 06:03:57 UTC