You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
whatwg/dom#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.)
This hook can be used by complex Event subclasses, such as KeyboardEvent and TouchEvent, to initialize their internal state upon creation.
Follow-up: w3c/uievents#194 and w3c/touch-events#94.
Fixes#414.
whatwg/dom#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
The text was updated successfully, but these errors were encountered: