Back to Content

HTMLFieldSetElement: willValidate property

files/en-us/web/api/htmlfieldsetelement/willvalidate/index.md

latest707 B
Original Source

{{APIRef("HTML DOM")}}

The willValidate read-only property of the {{domxref("HTMLFieldSetElement")}} interface returns false, because {{HTMLElement("fieldset")}} elements are not candidates for constraint validation.

Value

The boolean value false.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also