aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-01 01:42:05 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-11 11:49:44 +0900
commit6b62ca1eef1776a0d9ac00735e8f28fc3b367905 (patch)
tree90850c3b6b1347875d531de966d65862eccef11f /files
parent7f3322d48e1e5e8dda04f4924226ac0bd91f2776 (diff)
downloadtranslated-content-6b62ca1eef1776a0d9ac00735e8f28fc3b367905.tar.gz
translated-content-6b62ca1eef1776a0d9ac00735e8f28fc3b367905.tar.bz2
translated-content-6b62ca1eef1776a0d9ac00735e8f28fc3b367905.zip
Update index.md
Diffstat (limited to 'files')
-rw-r--r--files/ja/web/api/mouseevent/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/mouseevent/index.md b/files/ja/web/api/mouseevent/index.md
index b3763e580c..074d1e1b1d 100644
--- a/files/ja/web/api/mouseevent/index.md
+++ b/files/ja/web/api/mouseevent/index.md
@@ -15,7 +15,7 @@ translation_of: Web/API/MouseEvent
---
{{APIRef("DOM Events")}}
-**`MouseEvent`** インターフェイスは、ポインティング機器 (マウスなど) によるユーザーの操作によって発行されたイベントを表します。
+**`MouseEvent`** インターフェイスは、ポインティングデバイス (マウスなど) によるユーザーの操作によって発行されたイベントを表します。
このインターフェイスを使用する一般的なイベントとして {{domxref("Element/click_event", "click")}}, {{domxref("Element/dblclick_event", "dblclick")}}, {{domxref("Element/mouseup_event", "mouseup")}}, {{domxref("Element/mousedown_event", "mousedown")}} があります。
`MouseEvent` は {{domxref("UIEvent")}} から派生しており、これはさらに {{domxref("Event")}} から派生しています。後方互換性のために {{domxref("MouseEvent.initMouseEvent()")}} メソッドは維持されていますが、 `MouseEvent` オブジェクトを作成する際は {{domxref("MouseEvent.MouseEvent", "MouseEvent()")}} コンストラクターを使用するべきです。