Re: [touch-events] Define the ontouch* event handler attributes

`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.

-- 
GitHub Notif of comment by foolip
See 
https://github.com/w3c/touch-events/issues/11#issuecomment-151432594

Received on Tuesday, 27 October 2015 09:36:00 UTC