diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-02 17:16:45 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-09 12:38:09 +0900 |
commit | 8277554d67588621cf44d81fd3f8185df901c6a9 (patch) | |
tree | 93fb27cbbf4c903dc93c05cffd62657ed81afa15 /files/ja/web | |
parent | 0e5701e45afe252db7090ba28458147fbc1c86ff (diff) | |
download | translated-content-8277554d67588621cf44d81fd3f8185df901c6a9.tar.gz translated-content-8277554d67588621cf44d81fd3f8185df901c6a9.tar.bz2 translated-content-8277554d67588621cf44d81fd3f8185df901c6a9.zip |
2021/11/05 時点の英語版に同期
Diffstat (limited to 'files/ja/web')
-rw-r--r-- | files/ja/web/api/mouseevent/x/index.md | 22 | ||||
-rw-r--r-- | files/ja/web/api/mouseevent/y/index.md | 22 |
2 files changed, 44 insertions, 0 deletions
diff --git a/files/ja/web/api/mouseevent/x/index.md b/files/ja/web/api/mouseevent/x/index.md new file mode 100644 index 0000000000..062b2cd300 --- /dev/null +++ b/files/ja/web/api/mouseevent/x/index.md @@ -0,0 +1,22 @@ +--- +title: MouseEvent.x +slug: Web/API/MouseEvent/x +tags: + - API + - DOM + - プロパティ + - リファレンス +browser-compat: api.MouseEvent.x +translation_of: Web/API/MouseEvent/x +--- +{{APIRef}} + +**`MouseEvent.x`** プロパティは、 {{domxref("MouseEvent.clientX")}} プロパティの別名です。 + +## 仕様書 + +{{Specifications}} + +## ブラウザーの互換性 + +{{Compat}} diff --git a/files/ja/web/api/mouseevent/y/index.md b/files/ja/web/api/mouseevent/y/index.md new file mode 100644 index 0000000000..003dbed410 --- /dev/null +++ b/files/ja/web/api/mouseevent/y/index.md @@ -0,0 +1,22 @@ +--- +title: MouseEvent.y +slug: Web/API/MouseEvent/y +tags: + - API + - DOM + - プロパティ + - リファレンス +browser-compat: api.MouseEvent.y +translation_of: Web/API/MouseEvent/y +--- +{{APIRef}} + +**`MouseEvent.y`** プロパティは、 {{domxref("MouseEvent.clientY")}} プロパティの別名です。 + +## 仕様書 + +{{Specifications}} + +## ブラウザーの互換性 + +{{Compat}} |