HTMLParamElement.idl 257 B

1234567891011
  1. #import <HTML/HTMLElement.idl>
  2. interface HTMLParamElement : HTMLElement {
  3. [Reflect] attribute DOMString name;
  4. [Reflect] attribute DOMString value;
  5. [Reflect] attribute DOMString type;
  6. [Reflect=valuetype] attribute DOMString valueType;
  7. };