- From: Anne van Kesteren via GitHub <sysbot+gh@w3.org>
- Date: Fri, 17 May 2019 16:38:48 +0000
- To: public-pointer-events@w3.org
Thanks! So given an event X, X's coalesced events will override their own target with X's target. So the get target implementation for a coalesced event is something like: 1. If **associated event** is non-null, then return **associated event**'s target. 2. Return this's target. (With the various terms cross-referenced, e.g., [target](https://dom.spec.whatwg.org/#event-target).) If so, that would indeed preserve shadow tree encapsulation invariants I think as far as targets go, though it's unclear to me how any relative coordinates would work in this setup. -- GitHub Notification of comment by annevk Please view or discuss this issue at https://github.com/w3c/pointerevents/pull/280#issuecomment-493519005 using your GitHub account
Received on Friday, 17 May 2019 16:38:49 UTC