document.createTouch does not throw anything
https://bugs.webkit.org/show_bug.cgi?id=47819
Summary document.createTouch does not throw anything
Ben Murdoch
Reported 2010-10-18 07:16:24 PDT
According to the documentation of the document.createTouch API at http://developer.apple.com/library/safari/#documentation/UserExperience/Reference/DocumentAdditionsReference/DocumentAdditions/DocumentAdditions.html the document.createTouch and document.createTouchList APIs can throw a DOMException. However it is unclear after experimenting with the current iOS implementation how and when these APIs throw. We should verify any cases that the function should throw and implement them. See FIXME in implementation of createTouch in Document.cpp.
Attachments
Note You need to log in before you can comment on or make changes to this bug.