- From: Ryosuke Niwa <notifications@github.com>
- Date: Thu, 13 Sep 2018 10:43:45 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 13 September 2018 17:44:06 UTC
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