Re: [whatwg/dom] event.composedPath() may return different results if DOM is modified between two calls (#525)

@smaug---- your algorithm is still O(depth) of the tree, right? That's not great; making event firing always O(n) even for non-bubbling events with no capture listeners seems like a really bad slowdown to me (given how few pages use capture listeners and how many events are non-bubbling).

-- 
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/525#issuecomment-340698126

Received on Tuesday, 31 October 2017 08:52:23 UTC