Re: [w3c/touch-events] createTouch has all the params as required, should probably have them optional (#58)

Safari on iOS has 7 required arguments, but the first two can be null, i.e. `document.createTouch(null, null, 0, 0, 0, 0, 0)` works and creates a `Touch` instance with `target` null. Chrome for Android does the same thing, although omitting the arguments also works of course.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/touch-events/issues/58#issuecomment-247878625

Received on Sunday, 18 September 2016 21:03:32 UTC