Re: createTouch uses undefined interface AbstractView

That's a blast from the past
http://www.w3.org/TR/DOM-Level-2-Views/views.html#Views-AbstractView. It
should be WindowProxy, yes.

:DG<


On Wed, Mar 6, 2013 at 8:23 AM, Boris Zbarsky <bzbarsky@mit.edu> wrote:

> https://dvcs.w3.org/hg/**webevents/raw-file/v1/**
> touchevents.html#extensions-**to-the-document-interface<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 17:05:19 UTC