summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLSlotElement.idl
diff options
context:
space:
mode:
authorLuke <luke.wilde@live.co.uk>2020-08-01 03:07:00 +0100
committerAndreas Kling <kling@serenityos.org>2020-08-09 21:14:51 +0200
commitbe5a62d5d7bd5d1484c909ada2bf9b189afacf69 (patch)
treede61afdfb4abc84251f232f0deea7c70e115aa71 /Libraries/LibWeb/HTML/HTMLSlotElement.idl
parent1fbe4b2a2f24721262e6720bd531d67d49a1c84e (diff)
downloadserenity-be5a62d5d7bd5d1484c909ada2bf9b189afacf69.zip
LibWeb: Add all HTML elements between S and V
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;
+
+}