HTMLFieldSetElement.idl 89 B

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