aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/htmlinputelement
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-04-02 02:35:14 +0900
committerpotappo <potappo@gmail.com>2021-04-05 00:02:03 +0900
commitf1707bfb4ee188f0765fcf89b6a2e9f4408214d8 (patch)
treeb553f4993e25a4918a122d3be96c0a3c1fbcd70e /files/ja/web/api/htmlinputelement
parentc4dd25dd4818ff1ee6061731c860cb104f04cc33 (diff)
downloadtranslated-content-f1707bfb4ee188f0765fcf89b6a2e9f4408214d8.tar.gz
translated-content-f1707bfb4ee188f0765fcf89b6a2e9f4408214d8.tar.bz2
translated-content-f1707bfb4ee188f0765fcf89b6a2e9f4408214d8.zip
反映漏れを修正
Diffstat (limited to 'files/ja/web/api/htmlinputelement')
-rw-r--r--files/ja/web/api/htmlinputelement/index.html2
1 files changed, 1 insertions, 1 deletions
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
<dt><a href="/ja/docs/Web/API/HTMLElement/input_event"><code>input</code></a></dt>
<dd>{{HTMLElement("input")}}、{{HTMLElement("select")}}、{{HTMLElement("textarea")}} のいずれかの要素の <code>value</code> が変更されたときに発生します。なお、このイベントは実際には {{domxref("HTMLElement")}} インターフェイス上で発生し、 <code><a href="/ja/docs/Web/HTML/Global_attributes/contenteditable">contenteditable</a></code> 要素にも適用されますが、フォーム入力要素で最も一般的に使用されるため、ここに挙げています。<br>
<code><a href="/ja/docs/Web/API/GlobalEventHandlers/oninput">oninput</a></code> イベントハンドラープロパティからも利用できます。</dd>
- <dt><code><a href="/ja/docs/Web/API/HTMLElement/invalid_event">invalid</a></code></dt>
+ <dt><code><a href="/ja/docs/Web/API/HTMLInputElement/invalid_event">invalid</a></code></dt>
<dd>制約検証時に、要素が制約を満たしていなかった場合に発生します。<br>
<code><a href="/ja/docs/Web/API/GlobalEventHandlers/oninvalid">oninvalid</a></code> イベントハンドラープロパティからも利用できます。</dd>
<dt><code><a href="/ja/docs/Web/API/HTMLInputElement/search_event">search</a></code></dt>