mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
Libraries: Move to Userland/Libraries/
This commit is contained in:
9
Userland/Libraries/LibWeb/HTML/HTMLParamElement.idl
Normal file
9
Userland/Libraries/LibWeb/HTML/HTMLParamElement.idl
Normal file
@@ -0,0 +1,9 @@
|
||||
interface HTMLParamElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString name;
|
||||
[Reflect] attribute DOMString value;
|
||||
|
||||
[Reflect] attribute DOMString type;
|
||||
[Reflect=valuetype] attribute DOMString valueType;
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user