w3c / touch-events

https://w3c.github.io/touch-events/
26 stars 24 forks source link

Define "event constructing steps" #94

Open annevk opened 6 years ago

annevk commented 6 years ago

https://github.com/whatwg/dom/pull/614 adds "event constructing steps" to the DOM. Touch events need these to set the "touch target list" on an event when it's being constructed.

This will also require refactoring the way Touch's target attribute works.

(All this is in part required because until now this wasn't really defined and in part because otherwise touch events do not work well with shadow trees.)

cc @hayatoito