Back to Content

HTMLObjectElement: willValidate property

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

latest699 B
Original Source

{{APIRef("HTML DOM")}}

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

Value

The boolean value false.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also