HTMLFieldSetElement Interface


The HTMLFieldSetElement Interface organizes form controls into logical groups.
IDL Definition

Interface HTMLFieldSetElement : HTMLElement {

 readonly  attribute  HTMLFormElement          form;
};

Semantic Requirements

  1. The form attribute returns the FORM containing this control.
  2. The form attribute returns null if this control is not within the control of a form.

If you have comments or suggestions, email me at mbrady@nist.gov