Skip to content

Commit

Permalink
2023/02/19 時点の英語版に同期
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Jul 27, 2023
1 parent f6c33a4 commit 9de1039
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/ja/web/api/compositionevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: CompositionEvent
slug: Web/API/CompositionEvent
l10n:
sourceCommit: 164d2b6e6c9ce32fcb8ad19436fe44766cb5c3eb
sourceCommit: e811fc31b67e145c5882e8e3f128d1938c627a51
---

{{APIRef("UI Events")}}
Expand All @@ -18,7 +18,7 @@ DOM の **`CompositionEvent`** は、ユーザーの間接的なテキストの

## プロパティ

_このインターフェイスは、親である {{domxref("UIEvent")}} および祖先である {{domxref("Event")}} からもプロパティを継承します_
_このインターフェイスは、親である {{domxref("UIEvent")}} および祖先である {{domxref("Event")}} から継承したプロパティもあります_

- {{domxref("CompositionEvent.data")}} {{ReadOnlyInline}}
- : イベントを発生させた入力システムによって生成された文字を返します。これは、`CompositionEvent` オブジェクトを生成したイベントの型に応じて変わります。
Expand All @@ -27,7 +27,7 @@ _このインターフェイスは、親である {{domxref("UIEvent")}} およ

## メソッド

_このインターフェイスは、親である {{domxref("UIEvent")}} および祖先である {{domxref("Event")}} からもメソッドを継承します_
_このインターフェイスは、親である {{domxref("UIEvent")}} および祖先である {{domxref("Event")}} から継承したメソッドもあります_

- {{domxref("CompositionEvent.initCompositionEvent()")}} {{deprecated_inline}}
- : `CompositionEvent` オブジェクトの属性を初期化します。
Expand Down

0 comments on commit 9de1039

Please sign in to comment.