aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLTableDataCellElement.webidl
diff options
context:
space:
mode:
authorSimon Pieters <zcorpan@gmail.com>2018-10-02 19:13:53 +0200
committerSimon Pieters <zcorpan@gmail.com>2018-10-02 19:23:02 +0200
commit9b74f0af2451afbbe05915d1f85845296f3577e0 (patch)
tree949de06473480e3e4c7d5215473b8748d7e0b3e0 /components/script/dom/webidls/HTMLTableDataCellElement.webidl
parent57053e03bbfc65e1d2f283cfa8646038be9f9b06 (diff)
downloadservo-9b74f0af2451afbbe05915d1f85845296f3577e0.tar.gz
servo-9b74f0af2451afbbe05915d1f85845296f3577e0.zip
Remove the HTMLTable{Header,Data}CellElement interfaces
Fixes #17222.
Diffstat (limited to 'components/script/dom/webidls/HTMLTableDataCellElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLTableDataCellElement.webidl15
1 files changed, 0 insertions, 15 deletions
diff --git a/components/script/dom/webidls/HTMLTableDataCellElement.webidl b/components/script/dom/webidls/HTMLTableDataCellElement.webidl
deleted file mode 100644
index 3f86ab749f4..00000000000
--- a/components/script/dom/webidls/HTMLTableDataCellElement.webidl
+++ /dev/null
@@ -1,15 +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/#htmltabledatacellelement
-[HTMLConstructor]
-interface HTMLTableDataCellElement : HTMLTableCellElement {
- // also has obsolete members
-};
-
-// https://html.spec.whatwg.org/multipage/#HTMLTableDataCellElement-partial
-partial interface HTMLTableDataCellElement {
- // [CEReactions]
- // attribute DOMString abbr;
-};