- From: Mike Taylor <notifications@github.com>
- Date: Tue, 16 May 2017 14:09:07 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 16 May 2017 21:09:45 UTC
> What happens if script in shadow DOM calls some non-shadow method which accessed window.event? Does window.event.target point to a node in shadow DOM? in https://miketaylr.com/bzla/global-event-shadow-script.html a click listener is added inside the shadow, but points to a non-shadow listener callback `nonShadowGetTarget`. Both `e.target` and `event.target` point to the same non-shadow nodes. -- 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/334#issuecomment-301916244
Received on Tuesday, 16 May 2017 21:09:45 UTC