- From: Philip Jägenstedt <notifications@github.com>
- Date: Wed, 09 Mar 2016 21:30:20 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 10 March 2016 05:30:53 UTC
@rniwa, I acknowledged that it can change for every node `n` in the event path `p`, or at least every other `n` if `ShadowRoot` is included on the path like it currently is in Blink. But that `event.path` can change at specific points during dispatch is not the same thing as it changing for every access, and `event.path===event.path` could still be made to hold true if we wanted. If `FrozenArray<T>` currently doesn't allow for this then that's a hassle, but not insurmountable. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/428#issuecomment-194679837
Received on Thursday, 10 March 2016 05:30:53 UTC