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

I'm not sure if option C would break the Web for Blink.  In theory, you should be able to add a sequence<Node> like object that can be called.  i.e. `event.path` would continue to behave like an array of Nodes and `event.path()` would be callable.

I'm gonna also add a new option:

**Option E)** Add Event.getPath() or Event.currentPath() as a method


---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/428#issuecomment-194652283

Received on Thursday, 10 March 2016 03:58:37 UTC