- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 31 Oct 2017 02:21:23 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 31 October 2017 09:21:51 UTC
Rough summary from the IRC debate, @rniwa: * Prefers keeping the status quo. * Preserving encapsulation at `composedPath()` invocation time is important. * Keeping dispatch as simple as possible is important for performance. @smaug----: * Dislikes the status quo. * Would prefer storing additional bits during dispatch to make `composedPath()` faster. * Only concerned about preserving encapsulation at time of dispatch. Non-closed nodes in the event's path that become closed were already revealed. It seems @domenic would prefer a version where event's path can be disregarded. -- 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-340704879
Received on Tuesday, 31 October 2017 09:21:51 UTC