#import <HTML/HTMLElement.idl>

interface HTMLFieldSetElement : HTMLElement {

    readonly attribute DOMString type;

};