Re: [Touch events] createTouchList should probably take a sequence, not an IDL array

On 12/6/12 3:42 PM, Rick Byers wrote:
> According to http://www.w3.org/TR/WebIDL/#idl-operations, I believe the
> correct WebIDL would be:
> TouchList createTouchList (Touch ...touches);

Ah, ok.

Gecko doesn't implement that for sure; it only allows a single Touch or 
an array of Touch objects at the moment, not a variable number of 
arguments.  :(

-Boris

Received on Thursday, 6 December 2012 20:45:20 UTC