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