WebEvents-ISSUE-8: initTouchEvent function [Touch Events spec]

WebEvents-ISSUE-8: initTouchEvent function [Touch Events spec]

http://www.w3.org/2010/webevents/track/issues/8

Raised by: Matt Brubeck
On product: Touch Events spec

The Touch Events spec lacks a method for creating touch events.  It should specify document.createEvent("TouchEvent"), and an "initTouchEvent" function.

We will also need ways to create and initialize TouchList and TouchPoint objects to attach to the TouchEvent.

WebKit currently implements document.createEvent("TouchEvent"), event.initTouchEvent, document.createTouchList, and document.createTouch.

Received on Thursday, 24 March 2011 18:15:50 UTC