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