Re: [whatwg/dom] "create an event" doesn't work for certain UI events (#414)

Okay, so based on reading OP again I think the best way forward here is a single callback. UI events can then define the implementation of this callback for WheelEvent, MouseEvent, KeyboardEvent. That implementation would call shared algorithms that can handle the bits identical across these interfaces.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/414#issuecomment-375634917

Received on Friday, 23 March 2018 11:50:42 UTC