files/en-us/web/api/htmlfieldsetelement/index.md
{{APIRef("HTML DOM")}}
The HTMLFieldSetElement interface provides special properties and methods (beyond the regular {{domxref("HTMLElement")}} interface it also has available to it by inheritance) for manipulating the layout and presentation of {{ HTMLElement("fieldset") }} elements.
{{InheritanceDiagram}}
Inherits properties from its parent, {{domxref("HTMLElement")}}.
disabled HTML attribute, indicating whether the user can interact with the control.null value if none matches.name HTML attribute, containing the name of the field set. This can be used when accessing the field set in JavaScript. It is not part of the data which is sent to the server."fieldset".willValidate is false), or it satisfies its constraints.false, because {{HTMLElement("fieldset")}} objects are never candidates for constraint validation.Inherits methods from its parent, {{domxref("HTMLElement")}}.
true because {{HTMLElement("fieldset")}} objects are never candidates for constraint validation.true because {{HTMLElement("fieldset")}} objects are never candidates for constraint validation.{{Specifications}}
{{Compat}}