HTMLParamElement.idl 225 B

123456789
  1. interface HTMLParamElement : HTMLElement {
  2. [Reflect] attribute DOMString name;
  3. [Reflect] attribute DOMString value;
  4. [Reflect] attribute DOMString type;
  5. [Reflect=valuetype] attribute DOMString valueType;
  6. };