-
Notifications
You must be signed in to change notification settings - Fork 378
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
deepRelatedTargets and touch.deepTargets #76
Comments
I think it's easy to add deepRelatedTarget and so on. However, I'd like to see the actual use cases. |
What worries me a bit is that we have a weird mix with retargeting while also wanting event delegation. If you want actual event delegation, you want the original values for all these properties (also offset*). |
Let me close this issue since there is lack of interest. Please feel free to reopen if you are interested in. |
What I would like to know is how you can use |
I think deepPath is useful itself, without having |
Let me keep this open. If someone has a use case for |
Maybe it's just that we don't have many usage scenarios for |
I think you were right for closing this. The inconsistency still puzzles me, but that's not enough reason to keep this open. Apologies. |
Title: [Shadow] investigate if there should be deepRelatedTargets and touch.deepTargets (bugzilla: 28560)
Migrated from: https://www.w3.org/Bugs/Public/show_bug.cgi?id=28560
comment: 0
comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=28560#c0
Olli Pettay wrote on 2015-04-26 18:25:01 +0000.
.
comment: 1
comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=28560#c1
Hayato Ito wrote on 2015-04-27 01:30:58 +0000.
The motivation is that we can't use event.deepPath[0] in either case, isn't it?
comment: 2
comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=28560#c2
Anne wrote on 2015-04-27 03:06:02 +0000.
Yes, these properties are changed but their original values are not otherwise exposed.
(There might also be value in event.deepTarget as a clearer event.deepPath[0], just like event.target is short for a conceptual event.path[0]...)
comment: 3
comment_url: https://www.w3.org/Bugs/Public/show_bug.cgi?id=28560#c3
Anne wrote on 2015-04-27 11:25:19 +0000.
Also:
deepOffsetX/Y
The text was updated successfully, but these errors were encountered: