summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLDivElement.idl
diff options
context:
space:
mode:
authorLuke <luke.wilde@live.co.uk>2020-08-01 03:04:26 +0100
committerAndreas Kling <kling@serenityos.org>2020-08-09 21:14:51 +0200
commitb90a91da4a968727b6ec2826c3c9bdf9ec54af0c (patch)
tree0eec06a91c7bdc7bc41a7da84efcb0ec1224f181 /Libraries/LibWeb/HTML/HTMLDivElement.idl
parenta86ce7eaca48eaa3ac4827c0cd5c88ee4db2daa6 (diff)
downloadserenity-b90a91da4a968727b6ec2826c3c9bdf9ec54af0c.zip
LibWeb: Add all HTML elements between A and F
Diffstat (limited to 'Libraries/LibWeb/HTML/HTMLDivElement.idl')
-rw-r--r--Libraries/LibWeb/HTML/HTMLDivElement.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Libraries/LibWeb/HTML/HTMLDivElement.idl b/Libraries/LibWeb/HTML/HTMLDivElement.idl
new file mode 100644
index 0000000000..8cdf43435b
--- /dev/null
+++ b/Libraries/LibWeb/HTML/HTMLDivElement.idl
@@ -0,0 +1,5 @@
+interface HTMLDivElement : HTMLElement {
+
+
+
+}