diff options
author | taretmch <tomochuri25@gmail.com> | 2021-03-18 23:11:15 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-03-23 20:48:51 +0900 |
commit | 366364df7017497ee0cd924748e15d56d0a66984 (patch) | |
tree | 4b75aec507e8d5d0ef93c07702f04f40869cbbf2 /files | |
parent | 72768788322a74945d377831c0481b53e3aed9f8 (diff) | |
download | translated-content-366364df7017497ee0cd924748e15d56d0a66984.tar.gz translated-content-366364df7017497ee0cd924748e15d56d0a66984.tar.bz2 translated-content-366364df7017497ee0cd924748e15d56d0a66984.zip |
Fix kanji conversion "話された" to "離された"
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/web/api/element/mouseup_event/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/element/mouseup_event/index.html b/files/ja/web/api/element/mouseup_event/index.html index 4259ea14b0..982fd32c95 100644 --- a/files/ja/web/api/element/mouseup_event/index.html +++ b/files/ja/web/api/element/mouseup_event/index.html @@ -21,7 +21,7 @@ translation_of: Web/API/Element/mouseup_event --- <div>{{APIRef}}</div> -<p><span class="seoSummary"><strong><code>mouseup</code></strong> イベントは、 {{domxref("Element")}} においてポインターが中にあるときにポインティングデバイス (マウスやトラックパッドなど) のボタンが話されたときに発生します。</span> <code>mouseup</code> イベントは {{domxref("Element.mousedown_event", "mousedown")}} イベントに対応します。</p> +<p><span class="seoSummary"><strong><code>mouseup</code></strong> イベントは、 {{domxref("Element")}} においてポインターが中にあるときにポインティングデバイス (マウスやトラックパッドなど) のボタンが離されたときに発生します。</span> <code>mouseup</code> イベントは {{domxref("Element.mousedown_event", "mousedown")}} イベントに対応します。</p> <table class="properties"> <tbody> |