Skip to content

Commit

Permalink
2024/07/26 時点の英語版に基づき更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Oct 14, 2024
1 parent ea0b454 commit 1a272f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ title: "HTMLVideoElement: enterpictureinpicture イベント"
short-title: enterpictureinpicture
slug: Web/API/HTMLVideoElement/enterpictureinpicture_event
l10n:
sourceCommit: 595cba0e07c70eda7f08a12890e00ea0281933d3
sourceCommit: 73b2b6ee411ac094b9fc57dafac6f9c232fc20d9
---

{{APIRef("HTMLVideoElement")}}
{{APIRef("Picture-in-Picture API")}}

`enterpictureinpicture` イベントは、{{DOMxRef("HTMLVideoElement")}} がピクチャインピクチャモードに入ることに成功した場合に発行されます。

Expand Down Expand Up @@ -81,4 +81,4 @@ button.onclick = () => {
## 関連情報

- {{domxref("HTMLVideoElement")}}
- {{domxref("Picture-in-Picture_API", "Picture-in-Picture API")}}
- [ピクチャインピクチャ API](/ja/docs/Web/API/Picture-in-Picture_API)
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ title: "HTMLVideoElement: leavepictureinpicture イベント"
short-title: leavepictureinpicture
slug: Web/API/HTMLVideoElement/leavepictureinpicture_event
l10n:
sourceCommit: 595cba0e07c70eda7f08a12890e00ea0281933d3
sourceCommit: 73b2b6ee411ac094b9fc57dafac6f9c232fc20d9
---

{{APIRef("HTMLVideoElement")}}
{{APIRef("Picture-in-Picture API")}}

`leavepictureinpicture` イベントは、{{DOMxRef("HTMLVideoElement")}} がピクチャインピクチャモードを終了することに成功した場合に発行されます。

Expand Down Expand Up @@ -85,4 +85,4 @@ button.onclick = () => {
## 関連情報

- {{domxref("HTMLVideoElement")}}
- {{domxref("Picture-in-Picture_API", "Picture-in-Picture API")}}
- [ピクチャインピクチャ API](/ja/docs/Web/API/Picture-in-Picture_API)

0 comments on commit 1a272f0

Please sign in to comment.