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

Specs need to define these explicitly, as not all events have the corresponding event handler attributes. See Fullscreen for an example: https://fullscreen.spec.whatwg.org/#api

Blink has `ontouchstart`, `ontouchend`, `ontouchmove` and `ontouchcancel` on the `Document`, `Element` and `Window` interfaces.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/touch-events/issues/11

Received on Friday, 6 March 2015 15:33:57 UTC