- From: Arthur Barstow <art.barstow@nokia.com>
- Date: Wed, 28 Nov 2012 07:45:29 -0500
- To: ext Boris Zbarsky <bzbarsky@MIT.EDU>
- CC: public-webevents@w3.org
Hi Boris, For archival purposes, I created an issue for this bug report for v2 of the Touch Events spec #Issue-25. Please note, however, the group has agreed to stop work on v2 and to publish it as a WG Note. -Regards, Art Barstow #Issue-25 <http://www.w3.org/2010/webevents/track/issues/25> On 11/28/12 12:10 AM, ext Boris Zbarsky wrote: > The IDL for createTouchList [1] looks like this: > > TouchList createTouchList (Touch[] touches); > > This should probably be: > > TouchList createTouchList(sequence<Touch> touches); > > instead, since the callee doesn't actually hold on to the list of > touches by reference. > > -Boris >
Received on Wednesday, 28 November 2012 12:45:58 UTC