createTouch uses undefined interface AbstractView

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

     Touch     createTouch (AbstractView view, EventTarget target, long 
identifier, long pageX, long pageY, long screenX, long screenY);

But there is no AbstractView defined in WebIDL anywhere, so this IDL is 
not valid and a WebIDL parser will reject it.

That first argument should probably just be a WindowProxy if that's 
what's really meant.

-Boris

Received on Wednesday, 6 March 2013 16:24:03 UTC