- From: Hayato Ito <notifications@github.com>
- Date: Thu, 09 Nov 2017 04:08:43 +0000 (UTC)
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 9 November 2017 04:09:06 UTC
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