- From: Philip Jägenstedt <notifications@github.com>
- Date: Tue, 27 Oct 2015 02:35:59 -0700
- To: w3c/touch-events <touch-events@noreply.github.com>
Received on Tuesday, 27 October 2015 09:36:30 UTC
`GlobalEventHandlers` in defined by https://html.spec.whatwg.org/#globaleventhandlers so either they'll have to be defined by the HTML spec, or another spec needs a `partial interface GlobalEventHandlers`. I don't know if that works or not, it's unusual in that `GlobalEventHandlers` isn't itself a "proper" interface, but the target of `implements`. Also note that `GlobalEventHandlers` is implemented by `Document`, `HTMLElement` and `Window`, not `Element`. Moving the attributes from `Element` to `HTMLElement` might be possible, but if not a new `TouchEventHandlers` or similar would be the only option. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/touch-events/issues/11#issuecomment-151432594
Received on Tuesday, 27 October 2015 09:36:30 UTC