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