checkValidity

open override fun checkValidity(): Boolean(source)

The checkValidity() method of the HTMLOutputElement interface checks if the element is valid, but always returns true because output elements are never candidates for constraint validation.

MDN Reference