document.createTouch

Hi all,

I'd like to point out that Chrome and Gecko (from code inspection, at 
least) appear to treat all arguments to the document.createTouch method 
as optional. The spec [1] requires an exception to be thrown when those 
arguments are omitted, though.

The specification should probably be changed to match implementations.

HTH
Ms2ger

[1] 
https://dvcs.w3.org/hg/webevents/raw-file/v1/touchevents.html#extensions-to-the-document-interface

Received on Thursday, 4 April 2013 20:57:55 UTC