WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
Bug 97418
document.createTouchList should support taking an array of Touch objects
https://bugs.webkit.org/show_bug.cgi?id=97418
Summary
document.createTouchList should support taking an array of Touch objects
Rick Byers
Reported
2012-09-23 19:01:25 PDT
According to the TouchEvents version 1 spec (
http://www.w3.org/TR/touch-events/
), document.createTouchList should support two forms: TouchList createTouchList (Touch[] touches); TouchList createTouchList (Touch touch); Instead, WebKit takes a variable number of Touch parameters (supporting only the 2nd form), not the array form. We should also add support for the Array form in order to conform to the spec.
Attachments
Add attachment
proposed patch, testcase, etc.
Rick Byers
Comment 1
2013-02-08 04:54:38 PST
The specification has been changed to match the implementation, see
http://www.w3.org/2010/webevents/track/issues/27
. Mozilla will continue to support the array form, but there's probably not much value in doing so in WebKit.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug