aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/htmlinputelement
diff options
context:
space:
mode:
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>