Re: [whatwg/dom] Dispatching events section may not match browsers (#746)

In #685, it looks that most of us were not aware that the spec change will have an effect on the order of calling event listeners on the *actual* target. Actually, it seems I didn't realize that there. :(

It looks we were assuming that the spec change will have an effect on the order of calling event listeners *only* on the shadow host which is not the *actual* target.

If we change the order of calling event listeners on the *actual* target, web compatibility concern would be bigger than we expected, I'm afraid.

-- 
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/746#issuecomment-479736353

Received on Thursday, 4 April 2019 03:30:02 UTC