Skip to content

Commit

Permalink
2023/04/07 時点の英語版に同期
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Jul 27, 2023
1 parent 127869c commit f6c33a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: CompositionEvent.initCompositionEvent()
title: "CompositionEvent: initCompositionEvent() メソッド"
short-title: initCompositionEvent()
slug: Web/API/CompositionEvent/initCompositionEvent
l10n:
sourceCommit: da88b2f3a23b9d93f083003f13c06f9d96073f6a
sourceCommit: d76defab4ca13261e9de81ae1df125345f847b0a
---

{{deprecated_header}}{{APIRef("UI Events")}}
Expand All @@ -28,9 +29,9 @@ initCompositionEvent(type, canBubble, cancelable, view, data, locale)
- `view`
- : イベント生成元の {{domxref("Window")}} オブジェクト。
- `data`
- : 文字列で、 `data` 属性の値を表します。
- : 文字列で、`data` 属性の値を表します。
- `localeArg`
- : 文字列で、 `locale` 属性の値を表します。
- : 文字列で、`locale` 属性の値を表します。

### 返値

Expand Down
5 changes: 3 additions & 2 deletions files/ja/web/api/compositionevent/locale/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: CompositionEvent.locale
title: "CompositionEvent: locale プロパティ"
short-title: locale
slug: Web/API/CompositionEvent/locale
l10n:
sourceCommit: bf30e32f3b51f59080f2c76795beadb247a551eb
sourceCommit: d76defab4ca13261e9de81ae1df125345f847b0a
---

{{deprecated_header}}{{APIRef("UI Events")}}{{Non-standard_header}}
Expand Down

0 comments on commit f6c33a4

Please sign in to comment.