Re: [webkit-dev] assumption about point packing in multit-touch tests

2012-07-19 Thread Tomeu Vizoso
On Wed, Jul 18, 2012 at 9:53 PM, Benjamin Poulain benja...@webkit.org wrote: On Wed, Jul 18, 2012 at 8:59 AM, Tomeu Vizoso to...@tomeuvizoso.net wrote: Though the W3C spec allows packing more than one touch point update in a single touch event, it says nothing about how these updates should be

Re: [webkit-dev] assumption about point packing in multit-touch tests

2012-07-19 Thread Simon Hausmann
On Wednesday, July 18, 2012 12:53:35 PM ext Benjamin Poulain wrote: On Wed, Jul 18, 2012 at 8:59 AM, Tomeu Vizoso to...@tomeuvizoso.net wrote: Though the W3C spec allows packing more than one touch point update in a single touch event, it says nothing about how these updates should be

Re: [webkit-dev] assumption about point packing in multit-touch tests

2012-07-19 Thread Benjamin Poulain
It looks like this spec needs an update, not the WebKit tests. I don't think the spec should be changed so that XInput based platforms cannot satisfy the spec requirements. But I agree that the tests are good the way they are because they enforce the requirement to at least possibly support

[webkit-dev] assumption about point packing in multit-touch tests

2012-07-18 Thread Tomeu Vizoso
Hello, I'm working in adding support for the Touch Events W3C API to the Clutter port (and plan to do the same for the Gtk+ one afterwards) and I'm finding a problem when running the tests because they assume that the underlying platform allows packing touch point updates within single touch

Re: [webkit-dev] assumption about point packing in multit-touch tests

2012-07-18 Thread Benjamin Poulain
On Wed, Jul 18, 2012 at 8:59 AM, Tomeu Vizoso to...@tomeuvizoso.net wrote: Though the W3C spec allows packing more than one touch point update in a single touch event, it says nothing about how these updates should be packed, so I think that the current tests are too restrictive and should be