-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
event.composedPath() should not return every items in path if event.currentTarget is window #326
Comments
hayatoito
added a commit
that referenced
this issue
Sep 13, 2016
Why would window have a |
Ah. That's my mistake. Let me update the PR and this issue. |
hayatoito
changed the title
window.composedPath() should not return every items in path
event.composedPath() should not return every items in path if event.currentTarget is window
Sep 13, 2016
I have updated the PR. Could you have a chance to take a look? |
annevk
pushed a commit
that referenced
this issue
Sep 14, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to the current composedPath() definition, window.composedPath() would
return every items, even if the item's root is a closed shadow root, because
window is not a node.
The text was updated successfully, but these errors were encountered: