ElementInternals: validationMessage プロパティ

Baseline 2023

Newly available

Since March 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

validationMessageElementInternals インターフェイスの読み取り専用プロパティで、この要素の検証メッセージを返します。

この要素の検証メッセージを含む文字列です。

次の例では、検証メッセージを ElementInternals.setValidity() で設定し、validationMessage で返しています。

js
this.internals_.setValidity({ valueMissing: true }, "my message");
console.log(this.internals_.validationMessage); // "my message"

仕様書

Specification
HTML Standard
# dom-elementinternals-validationmessage

ブラウザーの互換性

BCD tables only load in the browser