From f1707bfb4ee188f0765fcf89b6a2e9f4408214d8 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Fri, 2 Apr 2021 02:35:14 +0900 Subject: 反映漏れを修正 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/api/htmlinputelement/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ja/web') diff --git a/files/ja/web/api/htmlinputelement/index.html b/files/ja/web/api/htmlinputelement/index.html index b0e3845a0e..b4ad8aa24e 100644 --- a/files/ja/web/api/htmlinputelement/index.html +++ b/files/ja/web/api/htmlinputelement/index.html @@ -368,7 +368,7 @@ translation_of: Web/API/HTMLInputElement
input
{{HTMLElement("input")}}、{{HTMLElement("select")}}、{{HTMLElement("textarea")}} のいずれかの要素の value が変更されたときに発生します。なお、このイベントは実際には {{domxref("HTMLElement")}} インターフェイス上で発生し、 contenteditable 要素にも適用されますが、フォーム入力要素で最も一般的に使用されるため、ここに挙げています。
oninput イベントハンドラープロパティからも利用できます。
-
invalid
+
invalid
制約検証時に、要素が制約を満たしていなかった場合に発生します。
oninvalid イベントハンドラープロパティからも利用できます。
search
-- cgit v1.2.3-54-g00ecf