Re: Web developers should be able to build their own tools, and use them in all browsers

Our plan is to replace initTouchEvent with a constructor function (as in 
DOM4 Events), as this will be easier to implement in a way that works 
the evolving spec without breaking interoperability [1].

We were already having difficulty updating initTouchEvent without 
breaking compatibility with existing implementations [2][3].

We haven't added the constructor to the specification yet simply because 
no one wants to commit more work to this standard until the current 
patent issues are cleared up. Until then we are not sure whether the 
spec will survive at all.

[1] http://www.w3.org/2010/webevents/track/issues/23
[2] http://www.w3.org/2010/webevents/track/issues/19
[3] http://www.w3.org/2010/webevents/track/issues/20

Received on Thursday, 1 March 2012 18:21:22 UTC