HTMLParamElement.idl 128 B

123456
  1. interface HTMLParamElement : HTMLElement {
  2. [Reflect] attribute DOMString name;
  3. [Reflect] attribute DOMString value;
  4. }