Back to Content

HTMLTextAreaElement: willValidate property

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

latest908 B
Original Source

{{APIRef("HTML DOM")}}

The willValidate read-only property of the {{domxref("HTMLTextAreaElement")}} interface indicates whether the {{htmlelement("textarea")}} element is a candidate for constraint validation. It is false if any conditions bar it from constraint validation, such as when its {{domxref("HTMLTextAreaElement.disabled", "disabled")}} or {{domxref("HTMLTextAreaElement.readOnly", "readOnly")}} property is true.

Value

A boolean value.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also