Re: [touch-events] Define the ontouch* event handler attributes (#11)

`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