- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 10 May 2016 02:35:40 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc:
Received on Tuesday, 10 May 2016 09:36:07 UTC
Fixes #242. Also reverts https://github.com/w3c/webcomponents/issues/432 as it appears to no longer be needed. If we ever have an event path that starts with a non-node and ends with a node we'll have to add that complexity back. (The reason it is named composedPath() is because deepPath() and various other names were no longer viable after Chrome's initial experiment. See the various issues.) You can view, comment on, or merge this pull request online at: https://github.com/whatwg/dom/pull/247 -- Commit Summary -- * Shadow: define composedPath() -- File Changes -- M dom.bs (31) M dom.html (24) -- Patch Links -- https://github.com/whatwg/dom/pull/247.patch https://github.com/whatwg/dom/pull/247.diff --- 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/pull/247
Received on Tuesday, 10 May 2016 09:36:07 UTC