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

Thanks @yuki3

FWIW, Blink changed the behavior of window.event for Shadow DOM v1 here https://chromium-review.googlesource.com/c/chromium/src/+/773922. We've not heard any web site breakage report by this change.

Given that, I guess the risk of changing window.event behavior is (still) low enough, and any change doesn't matter much for web developers in practice, I am hoping.

On the implementer hat, it could make the implementation much simpler if we don't try to hide window.event in a shadow tree, per @yuki3 .

-- 
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-413757814

Received on Friday, 17 August 2018 04:59:06 UTC