Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Define "event constructing steps" #94

Open
annevk opened this issue Apr 6, 2018 · 0 comments
Open

Define "event constructing steps" #94

annevk opened this issue Apr 6, 2018 · 0 comments

Comments

@annevk
Copy link
Member

annevk commented Apr 6, 2018

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

annevk added a commit to whatwg/dom that referenced this issue Apr 6, 2018
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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant