aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api')
-rw-r--r--files/ja/web/api/mouseevent/mouseevent/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/api/mouseevent/mouseevent/index.md b/files/ja/web/api/mouseevent/mouseevent/index.md
index b33c948bea..abfd1b530b 100644
--- a/files/ja/web/api/mouseevent/mouseevent/index.md
+++ b/files/ja/web/api/mouseevent/mouseevent/index.md
@@ -56,7 +56,7 @@ translation_of: Web/API/MouseEvent/MouseEvent
| ----- | -------------------------------------------------------------- |
| `0` | 主ボタン(通常は左ボタン)が押された、または初期化されていない |
| `1` | 予備ボタン(通常は中ボタン)が押された |
- | `2` | 第二ボタン(通常は右ボタン)が押された |
+ | `2` | 副ボタン(通常は右ボタン)が押された |
- `"buttons"`, 省略可能な `unsigned short`, 既定値は `0`,
イベントが発行されたときに押されたボタンを示します。
@@ -65,7 +65,7 @@ translation_of: Web/API/MouseEvent/MouseEvent
| ------------------ | ------------------------------------------ |
| `0` | ボタンが押されていない |
| `1` | 主ボタン(通常は左ボタン)が押されていた |
- | `2` | 第二ボタン(通常は右ボタン)が押されていた |
+ | `2` | 副ボタン(通常は右ボタン)が押されていた |
| `4` | 予備ボタン(通常は中ボタン)が押されていた |
- `"relatedTarget"`, 省略可能な {{domxref("EventTarget")}}, 既定値は `null`