interface HTMLFieldSetElement : HTMLElement {

    readonly attribute DOMString type;

};