From 40dfbac0dd1d7d75cf06665430b41b810dcf8dfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Automat=20af=20Gr=C3=A4nssnitt?= Date: Wed, 17 Oct 2018 06:10:38 +0000 Subject: [PATCH] Update interfaces/touch-events.idl Source: https://github.com/tidoust/reffy-reports/blob/9dacc78/whatwg/idl/touch-events.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/442519516 --- interfaces/touch-events.idl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/interfaces/touch-events.idl b/interfaces/touch-events.idl index 0bedbf89964f12..5e341bd7b17be0 100644 --- a/interfaces/touch-events.idl +++ b/interfaces/touch-events.idl @@ -73,10 +73,3 @@ partial interface GlobalEventHandlers { attribute EventHandler ontouchmove; attribute EventHandler ontouchcancel; }; - -partial interface Document { - // Deprecated in this specification - Touch createTouch(WindowProxy view, EventTarget target, long identifier, double pageX, double pageY, double screenX, double screenY); - // Deprecated in this specification - TouchList createTouchList(Touch... touches); -};