diff options
Diffstat (limited to 'Libraries/LibWeb/HTML/HTMLParamElement.idl')
-rw-r--r-- | Libraries/LibWeb/HTML/HTMLParamElement.idl | 3 |
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; + } |