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

BTW,  I have just tried to update Blink's implementation to align with new spec, however, I've found that Blink already supports it. Blink calculates composedPath() based on the structure just before an event is fired. DOM mutations in an event listener doesn't have any affect on event.composedPath().

Actually, I implemented it in the past. But it looks I forgot it. :(

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

Received on Thursday, 9 November 2017 04:09:06 UTC