mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Removed incorrectly exposed webidl interfaces
This commit is contained in:
parent
ccefef5be4
commit
ff8113efb6
4 changed files with 0 additions and 6 deletions
|
@ -3,7 +3,6 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// http://w3c.github.io/touch-events/#idl-def-Touch
|
||||
[Exposed=(Window,Worker)]
|
||||
interface Touch {
|
||||
readonly attribute long identifier;
|
||||
readonly attribute EventTarget target;
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// http://w3c.github.io/touch-events/#idl-def-TouchList
|
||||
[Exposed=(Window,Worker)]
|
||||
interface TouchList {
|
||||
readonly attribute unsigned long length;
|
||||
getter Touch? item (unsigned long index);
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#validitystate
|
||||
[Exposed=(Window,Worker)]
|
||||
interface ValidityState {
|
||||
readonly attribute boolean valueMissing;
|
||||
readonly attribute boolean typeMismatch;
|
||||
|
|
|
@ -53,11 +53,8 @@ test_interfaces([
|
|||
"StyleSheetList",
|
||||
"TextDecoder",
|
||||
"TextEncoder",
|
||||
"Touch",
|
||||
"TouchList",
|
||||
"URL",
|
||||
"URLSearchParams",
|
||||
"ValidityState",
|
||||
"WebSocket",
|
||||
"Worker",
|
||||
"WorkerGlobalScope",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue