HTMLFieldSetElement: willValidate property

The willValidate read-only property of the HTMLFieldSetElement interface returns false, because <fieldset> elements are not candidates for constraint validation.

Value

The boolean value false.

Specifications

See also