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

I don't think it matters for now, but the main downside of not trying to encapsulate all this into "get the parent" somehow is that the encapsulation remains tied to node trees and is not something others can adopt for their event dispatching needs. This is mitigated by 1) "get the parent" not being exposed in API form and 2) "get the parent" only being used for IDB outside of node trees and in a fairly limited way.

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

Received on Thursday, 9 November 2017 11:00:22 UTC