- From: Matt Brubeck <mbrubeck@mozilla.com>
- Date: Thu, 04 Apr 2013 13:25:43 -0700
- To: Rick Byers <rbyers@chromium.org>, Arthur Barstow <art.barstow@nokia.com>
- CC: "Kang-Hao (Kenny) Lu" <kanghaol@oupeng.com>, Web Events WG <public-webevents@w3.org>
On 4/4/2013 1:19 PM, Rick Byers wrote: > Thanks, this is an amusing omission (I guess no-one is really using > createTouchList in chrome outside of our tests, we don't have > initTouchEvent in upstream WebKit). Yes -- one reason we omitted initTouchEvent from Touch Events v1 (and also createTouch/createTouchList in some versions of the spec) was because we found close to zero production web content that used it. Our plan was always to replace these methods with constructors in v2. > The note looks good to me, although the API is also necessary to > initialize the other properties of a TouchEvent (in addition to the > touch lists), right? Yes, that's true. I'm not sure if it's worth adding more description of the method in this spec that doesn't define it, but feel free to propose changes. :)
Received on Thursday, 4 April 2013 20:26:12 UTC