HTMLObjectElement: reportValidity() Methode

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since December 2018.

Die reportValidity()-Methode der HTMLObjectElement-Schnittstelle führt die gleichen Gültigkeitsprüfungs-Schritte aus wie die checkValidity()-Methode. Sie gibt immer true zurück, da <object>-Elemente niemals Kandidaten für die Einschränkungsvalidierung sind.

Syntax

js
reportValidity()

Parameter

Keine.

Rückgabewert

Ein Boolescher Wert, true.

Spezifikationen

Specification
HTML Standard
# dom-cva-reportvalidity

Browser-Kompatibilität

BCD tables only load in the browser

Siehe auch