HTMLFieldSetElement Interface
The HTMLFieldSetElement Interface organizes form controls into logical groups.
IDL Definition
Interface HTMLFieldSetElement : HTMLElement {
readonly attribute HTMLFormElement form;
};
Semantic Requirements
- The form attribute returns the FORM containing this control.
- 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