Removed createTouch and createTouchList

This commit is contained in:
Akshat Agarwal 2020-03-24 03:40:35 +05:30
parent 191f6c41a0
commit 2e1009da75
3 changed files with 0 additions and 43 deletions

View file

@ -187,19 +187,6 @@ partial interface Document {
// readonly attribute HTMLAllCollection all;
};
// http://w3c.github.io/touch-events/#idl-def-Document
partial interface Document {
Touch createTouch(Window/*Proxy*/ view,
EventTarget target,
long identifier,
double pageX,
double pageY,
double screenX,
double screenY);
TouchList createTouchList(Touch... touches);
};
// https://fullscreen.spec.whatwg.org/#api
partial interface Document {
[LenientSetter] readonly attribute boolean fullscreenEnabled;