Re: [whatwg/dom] Capturing event listeners are called during bubbling phase for shadow hosts (#685)

Given Blink & WebKit uses event phase of `NONE` at the time of running the legacy-pre-activation behavior, we don't really need to wait for that particular discussions to conclude.

If anything, that's a completely orthogonal behavior change we may or may not want to make. Quite honestly, whether it's NONE or CAPTURING_PHASE probably doesn't matter in practice; checking the state of a completely different event's `eventPhase` in the middle of `change` event on `input` is oddly specific thing to do. This is probably why we've getting away with inconsistent behavior between Gecko and WebKit/Blink in the first place.

-- 
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/685#issuecomment-421092182

Received on Thursday, 13 September 2018 17:44:06 UTC