ladybird/Libraries/LibWeb/HTML/HTMLParamElement.idl

10 lines
224 B
Text
Raw Normal View History

interface HTMLParamElement : HTMLElement {
[Reflect] attribute DOMString name;
[Reflect] attribute DOMString value;
[Reflect] attribute DOMString type;
[Reflect=valuetype] attribute DOMString valueType;
}