Re: [touch-events] createTouch has all the params as required, should probably have them optional

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.

-- 
GitHub Notification of comment by foolip
Please view or discuss this issue at 
https://github.com/w3c/touch-events/issues/58#issuecomment-247878625 
using your GitHub account

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