summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLAnchorElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/HTML/HTMLAnchorElement.idl')
-rw-r--r--Libraries/LibWeb/HTML/HTMLAnchorElement.idl16
1 files changed, 0 insertions, 16 deletions
diff --git a/Libraries/LibWeb/HTML/HTMLAnchorElement.idl b/Libraries/LibWeb/HTML/HTMLAnchorElement.idl
deleted file mode 100644
index 829b9039ee..0000000000
--- a/Libraries/LibWeb/HTML/HTMLAnchorElement.idl
+++ /dev/null
@@ -1,16 +0,0 @@
-interface HTMLAnchorElement : HTMLElement {
-
- [Reflect] attribute DOMString target;
- [Reflect] attribute DOMString download;
- [Reflect] attribute DOMString ping;
- [Reflect] attribute DOMString rel;
- [Reflect] attribute DOMString hreflang;
- [Reflect] attribute DOMString type;
-
- [Reflect] attribute DOMString coords;
- [Reflect] attribute DOMString charset;
- [Reflect] attribute DOMString name;
- [Reflect] attribute DOMString rev;
- [Reflect] attribute DOMString shape;
-
-};