canmove, Confirmed users
1,584
edits
(Created page with "== Summary == Implement events that allow web pages to capture touch and multi-touch . == Current Status == * Gecko currently implements [https://developer.mozilla.org/en/DOM/...") |
m (→Current Status: link to w3c wg) |
||
Line 6: | Line 6: | ||
* Gecko currently implements [https://developer.mozilla.org/en/DOM/Touch_events MozTouch* events] on Windows 7 only. Work-in-progress patch in {{bug|603008}} to use these events in Android chrome. | * Gecko currently implements [https://developer.mozilla.org/en/DOM/Touch_events MozTouch* events] on Windows 7 only. Work-in-progress patch in {{bug|603008}} to use these events in Android chrome. | ||
* Working with W3C Web Events WG on new spec (currently in [http://dvcs.w3.org/hg/webevents/raw-file/tip/touchevents.html Editor's Draft]), based on WebKit touch events (different from MozTouch* events). | * Working with [W3C http://www.w3.org/2010/webevents/ Web Events WG] on new spec (currently in [http://dvcs.w3.org/hg/webevents/raw-file/tip/touchevents.html Editor's Draft]), based on WebKit touch events (different from MozTouch* events). | ||
== Next Steps == | == Next Steps == |