#import <HTML/HTMLElement.idl>
interface HTMLOutputElement : HTMLElement {
readonly attribute DOMString type;
};