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

@rniwa so that ^ above ends up revealing used-to-be-closed nodes (and still should be hidden, IMO) to the event listeners in the current model, and I think that is way more likely case than moving nodes from open shadow DOM to closed one.
And as the current model leads to changing which nodes are in the composedPath, it also weirdly changes where the event.target which the listener sees is in the composed path, since event.target is set based on the path.

I'm having hard time to see why we'd keep the current model

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

Received on Wednesday, 1 November 2017 12:16:02 UTC