Re: [whatwg/dom] window.event and shadow trees (#679)

Ah, now I see that we're afraid of a leak through event.{target,srcElement,currentTarget,...}.

As I'm newbie about shadow trees, I don't yet understand how much the encapsulation is important.  However, if we suppose that the encapsulation is very important, I'd think that hiding `window.event.target` is more important.  Detection of existence of shadow trees seems less impactful/harmful than exposure of shadow DOM 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/679#issuecomment-413824874

Received on Friday, 17 August 2018 10:29:24 UTC