fieldset
elements expose the HTMLFieldSetElement (
HTML 4 HTMLFieldSetElement) interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of field-set elements.Reflects the
disabled
HTML attribute, indicating whether the user can interact with the control.
null
in
HTML 4.)Reflects the
name
HTML attribute, containing the name of the field set, used for submitting the form.
fieldset
.fieldset
objects are never candidates for constraint validation.