WebEvents-ISSUE-27: createTouchList is not interoperable with existing implementations [Touch Events v1 spec]

WebEvents-ISSUE-27: createTouchList is not interoperable with existing implementations [Touch Events v1 spec]

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

Raised by: Rick Byers
On product: Touch Events v1 spec

Current WebKit implementations of touch events implement the createTouchList API as:
TouchList createTouchList (Touch ...touches)

But the spec defines it as:
TouchList createTouchList (Touch[] touches)

The two forms are not interoperable, which I believe violates a core goal of the V1 spec.  

Does this matter?

Received on Thursday, 6 December 2012 20:58:48 UTC