This repository was archived by the owner on Jul 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Standardize initTouchEvent? #29
Comments
/cc @choniong |
After doing more research, it seems that MOST of the uses of |
We've decided not to do this after all in favor of just pushing the constructors. Let me know if anyone disagrees - happy to discuss further. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The WebEvents working group previously decided not to normatively specify
initTouchEvent
because there were differences in implementation and weird extra co-ordinate parameters that made no sense.However, according to an httparchive search there is a non-trivial amount of usage of this API (1236 of the top 300k websites as of Aug 2014). For example: https://www.fieldandrurallife.com/ and http://www.arccjournals.com/. In both cases it looks like it's just being used as a form of touch feature detection.
However, Chrome UMA data indicates that
initTouchEvent
is virtually never called in practice on Chrome. I wonder why? We're tracking understanding/fixinginitTouchEvent
behavior in Chrome hereThe text was updated successfully, but these errors were encountered: