ladybird/Libraries/LibWeb/HTML/HTMLParamElement.idl

7 lines
128 B
Text
Raw Normal View History

interface HTMLParamElement : HTMLElement {
[Reflect] attribute DOMString name;
[Reflect] attribute DOMString value;
}