mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +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/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
// http://w3c.github.io/touch-events/#idl-def-Touch
|
// http://w3c.github.io/touch-events/#idl-def-Touch
|
||||||
[Exposed=(Window,Worker)]
|
|
||||||
interface Touch {
|
interface Touch {
|
||||||
readonly attribute long identifier;
|
readonly attribute long identifier;
|
||||||
readonly attribute EventTarget target;
|
readonly attribute EventTarget target;
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
// http://w3c.github.io/touch-events/#idl-def-TouchList
|
// http://w3c.github.io/touch-events/#idl-def-TouchList
|
||||||
[Exposed=(Window,Worker)]
|
|
||||||
interface TouchList {
|
interface TouchList {
|
||||||
readonly attribute unsigned long length;
|
readonly attribute unsigned long length;
|
||||||
getter Touch? item (unsigned long index);
|
getter Touch? item (unsigned long index);
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
// https://html.spec.whatwg.org/multipage/#validitystate
|
// https://html.spec.whatwg.org/multipage/#validitystate
|
||||||
[Exposed=(Window,Worker)]
|
|
||||||
interface ValidityState {
|
interface ValidityState {
|
||||||
readonly attribute boolean valueMissing;
|
readonly attribute boolean valueMissing;
|
||||||
readonly attribute boolean typeMismatch;
|
readonly attribute boolean typeMismatch;
|
||||||
|
|
|
@ -53,11 +53,8 @@ test_interfaces([
|
||||||
"StyleSheetList",
|
"StyleSheetList",
|
||||||
"TextDecoder",
|
"TextDecoder",
|
||||||
"TextEncoder",
|
"TextEncoder",
|
||||||
"Touch",
|
|
||||||
"TouchList",
|
|
||||||
"URL",
|
"URL",
|
||||||
"URLSearchParams",
|
"URLSearchParams",
|
||||||
"ValidityState",
|
|
||||||
"WebSocket",
|
"WebSocket",
|
||||||
"Worker",
|
"Worker",
|
||||||
"WorkerGlobalScope",
|
"WorkerGlobalScope",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue