HTMLOutputElement.idl 216 B

123456789
  1. #import <HTML/HTMLElement.idl>
  2. // https://html.spec.whatwg.org/multipage/form-elements.html#htmloutputelement
  3. [Exposed=Window]
  4. interface HTMLOutputElement : HTMLElement {
  5. readonly attribute DOMString type;
  6. };