Event dispatch steps are not in the same order as spec |
|||
Issue descriptionChrome Version: 61.0.3163.100 (Official Build) (64-bit) OS: Linux The steps of event dispatch post-processing (https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/dom/events/EventDispatcher.cpp?sq=DispatchEventPostProcess&l=258) is not in the same order as in the spec (https://dom.spec.whatwg.org/#concept-event-dispatch). Expected: The event dispatch steps are done in the same order as the spec. Actual: In the current code, "Set event’s currentTarget attribute to null." is done before "If target's root is a shadow root, then set event’s target attribute and event’s relatedTarget to null.". Naively moving the step to the right order results in test failures.
,
Nov 8 2017
,
Sep 25
As the steps have changed again, closing this as WontFix. |
|||
►
Sign in to add a comment |
|||
Comment 1 by kochi@chromium.org
, Oct 18 2017Status: Assigned (was: Untriaged)