summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLTableSectionElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/HTML/HTMLTableSectionElement.idl')
-rw-r--r--Libraries/LibWeb/HTML/HTMLTableSectionElement.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/Libraries/LibWeb/HTML/HTMLTableSectionElement.idl b/Libraries/LibWeb/HTML/HTMLTableSectionElement.idl
deleted file mode 100644
index 4201411b8c..0000000000
--- a/Libraries/LibWeb/HTML/HTMLTableSectionElement.idl
+++ /dev/null
@@ -1,8 +0,0 @@
-interface HTMLTableSectionElement : HTMLElement {
-
- [Reflect] attribute DOMString align;
- [Reflect=char] attribute DOMString ch;
- [Reflect=charoff] attribute DOMString chOff;
- [Reflect=valign] attribute DOMString vAlign;
-
-};