HTMLFieldSetElement.idl 90 B

12345
  1. interface HTMLFieldSetElement : HTMLElement {
  2. readonly attribute DOMString type;
  3. };