summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLTableCaptionElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/HTML/HTMLTableCaptionElement.idl')
-rw-r--r--Libraries/LibWeb/HTML/HTMLTableCaptionElement.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/Libraries/LibWeb/HTML/HTMLTableCaptionElement.idl b/Libraries/LibWeb/HTML/HTMLTableCaptionElement.idl
deleted file mode 100644
index 97d9419ccf..0000000000
--- a/Libraries/LibWeb/HTML/HTMLTableCaptionElement.idl
+++ /dev/null
@@ -1,5 +0,0 @@
-interface HTMLTableCaptionElement : HTMLElement {
-
- [Reflect] attribute DOMString align;
-
-};