aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLAppletElement.webidl
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <emilio@crisal.io>2017-09-27 20:42:40 +0200
committerEmilio Cobos Álvarez <emilio@crisal.io>2017-11-06 17:08:14 +0100
commit8b0f58c8af3fd5f0a328ac9286d2719328cadbd5 (patch)
tree26e0ae91e926d2ee574edd4b094d8d4f65f9d9b3 /components/script/dom/webidls/HTMLAppletElement.webidl
parent42c8fd292a37d61efb56d96bdf5866dd30e77df6 (diff)
downloadservo-8b0f58c8af3fd5f0a328ac9286d2719328cadbd5.tar.gz
servo-8b0f58c8af3fd5f0a328ac9286d2719328cadbd5.zip
script: Remove HTMLAppletElement.
It was removed from the spec, there's no reason to keep it in tree.
Diffstat (limited to 'components/script/dom/webidls/HTMLAppletElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLAppletElement.webidl19
1 files changed, 0 insertions, 19 deletions
diff --git a/components/script/dom/webidls/HTMLAppletElement.webidl b/components/script/dom/webidls/HTMLAppletElement.webidl
deleted file mode 100644
index 822bbc25744..00000000000
--- a/components/script/dom/webidls/HTMLAppletElement.webidl
+++ /dev/null
@@ -1,19 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-// https://html.spec.whatwg.org/multipage/#htmlappletelement
-// Note: intentionally not [HTMLConstructor]
-interface HTMLAppletElement : HTMLElement {
- // attribute DOMString align;
- // attribute DOMString alt;
- // attribute DOMString archive;
- // attribute DOMString code;
- // attribute DOMString codeBase;
- // attribute DOMString height;
- // attribute unsigned long hspace;
- attribute DOMString name;
- // attribute DOMString _object; // the underscore is not part of the identifier
- // attribute unsigned long vspace;
- // attribute DOMString width;
-};