HTMLOutputElement: willValidate property
The willValidate
read-only property of the HTMLOutputElement
interface returns false
, because <output>
elements are not candidates for constraint validation.
Value
The boolean value false
.
The willValidate
read-only property of the HTMLOutputElement
interface returns false
, because <output>
elements are not candidates for constraint validation.
The boolean value false
.