Chromium Code Reviews
DescriptionMake event.composedPath() on window behave the same way as that on document
The spec is: https://dom.spec.whatwg.org/#dom-event-composedpath
The relevant change of the spec: https://github.com/whatwg/dom/pull/327
I have updated the DOM Standard to clarify the behavior of event.composedPath() on
window.
The current Blink's implementation of event.composedPath() on window returns
just [window]. Now, event.composedPath() on window behaves the same way as that on document.
BUG=645527
Committed: https://crrev.com/92dd0aa2f5587f380f7f8f7c58d1f9a9862e3254
Cr-Commit-Position: refs/heads/master@{#422368}
Patch Set 1 #Patch Set 2 : rebased #
Messages
Total messages: 24 (15 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||