- From: dSalieri <notifications@github.com>
- Date: Mon, 20 Mar 2023 03:15:17 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 20 March 2023 10:15:29 UTC
https://dom.spec.whatwg.org/commit-snapshots/4db09dd26ec58074809275a6683fc070cf455cd1/#interface-event > The **touch target list** is for the exclusive use of defining the TouchEvent interface and related interfaces. From that it's unclear with that we are working. What is **touch target list** exactly? **TouchEvent.touches** or **TouchEvent.changedTouches** or **TouchEvent.targetTouches** or all of them together? Just when I look at dispatching algorithm, I don't realize what I work with: > 2. [For each](https://infra.spec.whatwg.org/#list-iterate) touchTarget of event’s [touch target list](https://dom.spec.whatwg.org/#event-touch-target-list), [append](https://infra.spec.whatwg.org/#list-append) the result of [retargeting](https://dom.spec.whatwg.org/#retarget) touchTarget against target to touchTargets. @annevk -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/1171 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/issues/1171@github.com>
Received on Monday, 20 March 2023 10:15:29 UTC