Re: [webcomponents] Change deepPath() back to path (a FrozenArray<EventTarget> attribute) (#428)

@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