mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Removed createTouch and createTouchList
This commit is contained in:
parent
191f6c41a0
commit
2e1009da75
3 changed files with 0 additions and 43 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue