summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLParamElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/HTML/HTMLParamElement.idl')
-rw-r--r--Libraries/LibWeb/HTML/HTMLParamElement.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Libraries/LibWeb/HTML/HTMLParamElement.idl b/Libraries/LibWeb/HTML/HTMLParamElement.idl
index 0600832fe9..3d5ab3bff5 100644
--- a/Libraries/LibWeb/HTML/HTMLParamElement.idl
+++ b/Libraries/LibWeb/HTML/HTMLParamElement.idl
@@ -3,4 +3,7 @@ interface HTMLParamElement : HTMLElement {
[Reflect] attribute DOMString name;
[Reflect] attribute DOMString value;
+ [Reflect] attribute DOMString type;
+ [Reflect=valuetype] attribute DOMString valueType;
+
}