diff options
Diffstat (limited to 'files/ja/web/api/globaleventhandlers/oninput/index.html')
-rw-r--r-- | files/ja/web/api/globaleventhandlers/oninput/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/globaleventhandlers/oninput/index.html b/files/ja/web/api/globaleventhandlers/oninput/index.html index a5853abda4..c9613eb8c2 100644 --- a/files/ja/web/api/globaleventhandlers/oninput/index.html +++ b/files/ja/web/api/globaleventhandlers/oninput/index.html @@ -12,7 +12,7 @@ translation_of: Web/API/GlobalEventHandlers/oninput --- <div>{{ApiRef("HTML DOM")}}</div> -<p>{{domxref("GlobalEventHandlers")}} ミックスインの <strong><code>oninput</code></strong> プロパティは、{{HTMLElement("input")}}、{{HTMLElement("select")}}、{{HTMLElement("textarea")}} の各要素上の {{event("input")}} イベントを処理する {{event("Event_handlers")}} です。これは、{{domxref("HTMLElement.contentEditable", "contenteditable")}} または {{domxref("Document.designMode", "designMode")}} が有効になっている要素上のイベントも扱います。</p> +<p>{{domxref("GlobalEventHandlers")}} ミックスインの <strong><code>oninput</code></strong> プロパティは、{{HTMLElement("input")}}、{{HTMLElement("select")}}、{{HTMLElement("textarea")}} の各要素上の {{event("input")}} イベントを処理する {{domxref("EventHandler")}} です。これは、{{domxref("HTMLElement.contentEditable", "contenteditable")}} または {{domxref("Document.designMode", "designMode")}} が有効になっている要素上のイベントも扱います。</p> <div class="blockIndicator note"> <p><strong>注記:</strong> <code>oninput</code> と異なり、{{domxref("GlobalEventHandlers.onchange", "onchange")}} イベントハンドラーは、各要素の <code>value</code> が変化するたびに呼び出される必要がありません。</p> |