- From: Arthur Barstow <art.barstow@nokia.com>
- Date: Fri, 22 Feb 2013 08:19:38 -0500
- To: public-webevents@w3.org
Hi All, As you can see from Cathy's e-mail below, she updated the tests to reflect the January Touch Events LC [LC]. Thanks Cathy! I ran the four approved test files [TS] on a Nokia N9 using the native WebKit-based browser and Opera Mobile (12.00.8) and I got identical results: * create-touch-touchlist - 17 Pass; 2 Fails - document.createTouch(touch1) returns length of 0 instead of 1 and document.createTouch(touch1,touch2) returns length of 0 instead of 2 * multi-touch-interactions - 78/78 Pass * multi-touch-interfaces - 396/396 Pass * single-touch - 227/227 Pass Based on Sangwhan's feedback regarding the API change to document.createTouch(), I presume the failure above on Opera is to be expected. However, given this API change was supposed to align with WebKit implementations, I would have expected the Nokia browser to pass this test (perhaps that implementation predates WebKit's latest API?). Rick - do you have any comments about this? Anyhow, we need data from other implementations, preferably implementations that code to [LC] (and not the previous CR). Olli, Matt, Boris - can one of you please run these four files ([TS]) on your updated version of FF? Sangwhan - can you please please provide data for Opera? I would also be interested in data from latest iOS and Chrome. -Thanks, Art [TS] <http://w3c-test.org/webevents/tests/touch-events-v1/approved/> [LC] <http://www.w3.org/TR/2013/WD-touch-events-20130124/> On 1/22/13 2:44 PM, ext Cathy.Chan@nokia.com wrote: > Hi all, > > The TEv1 test cases have been updated to reflect the latest spec changes. > > Removed TouchList.identifiedTouch(), plus fixing some typos. > https://dvcs.w3.org/hg/webevents/rev/19c6f3d0eb8a > > Use variadic form of Document.createTouchList(). > https://dvcs.w3.org/hg/webevents/rev/67530967ba81 > > Updated single-touch test file to remove test cases that are now covered in > create-touch-touchlist test file. > https://dvcs.w3.org/hg/webevents/rev/7cd6d8c1e3bc > > With these changes, Safari on iOS passes all tests except the clientX/Y > test. Firefox on N9 also fails the clientX/Y test (in addition to the > modified createTouchList tests) but in a different manner. Since I currently > have limited access to other devices, I would appreciate it if other folks > can test on other device/UA combinations and report back. Thanks. > > Regards, Cathy. >
Received on Friday, 22 February 2013 13:20:08 UTC