[w3c/touch-events] Define "event constructing steps" (#94)

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 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/touch-events/issues/94

Received on Friday, 6 April 2018 14:04:27 UTC