From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../api/htmlmediaelement/canplay_event/index.html | 107 +++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 files/ja/web/api/htmlmediaelement/canplay_event/index.html (limited to 'files/ja/web/api/htmlmediaelement/canplay_event') diff --git a/files/ja/web/api/htmlmediaelement/canplay_event/index.html b/files/ja/web/api/htmlmediaelement/canplay_event/index.html new file mode 100644 index 0000000000..b785c545bf --- /dev/null +++ b/files/ja/web/api/htmlmediaelement/canplay_event/index.html @@ -0,0 +1,107 @@ +--- +title: 'HTMLMediaElement: canplay イベント' +slug: Web/API/HTMLMediaElement/canplay_event +translation_of: Web/API/HTMLMediaElement/canplay_event +--- +
{{APIRef("HTMLMediaElement")}}
+ +

canplay イベントは、ユーザーエージェントがメディアを再生できるようになったものの、追加のバッファリングのために停止することなくメディアの最後まで再生するには充分なデータが読み込まれていないとみられる場合に発生します。

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
バブリングなし
キャンセル可能なし
インターフェイス{{DOMxRef("Event")}}
対象Element
既定のアクションなし
イベントハンドラーのプロパティ{{domxref("GlobalEventHandlers.oncanplay")}}
仕様書HTML5 media
+ +

プロパティ

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
プロパティ種類説明
target {{readonlyInline}}{{domxref("EventTarget")}}イベントのターゲット (DOM ツリー内での最上位のターゲット)
type {{readonlyInline}}{{domxref("DOMString")}}イベントの型
bubbles {{readonlyInline}}{{jsxref("Boolean")}}イベントがバブリングするかどうか
cancelable {{readonlyInline}}{{jsxref("Boolean")}}イベントがキャンセル可能であるかどうか
+ + + + + +

関連情報

+ + -- cgit v1.2.3-54-g00ecf