aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/events/compositionstart/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/events/compositionstart/index.html')
-rw-r--r--files/ja/web/events/compositionstart/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/ja/web/events/compositionstart/index.html b/files/ja/web/events/compositionstart/index.html
index acfd461a9f..e02e6c35ef 100644
--- a/files/ja/web/events/compositionstart/index.html
+++ b/files/ja/web/events/compositionstart/index.html
@@ -8,6 +8,7 @@ tags:
- events
- 要更新
translation_of: Web/API/Element/compositionstart_event
+translation_of_original: DOM/DOM_event_reference/compositionstart
---
<p>DOM <code>compositionstart</code> イベントはユーザがIMEで未確定文字列の入力を開始した時のように、間接的なテキスト入力を開始した時に同期的に発生します。このイベントは {{ domxref("CompositionEvent") }} インターフェースを持ちます。</p>
<div class="note">