From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- .../api/htmlmediaelement/canplay_event/index.html | 80 ---------------------- .../api/htmlmediaelement/canplay_event/index.md | 80 ++++++++++++++++++++++ 2 files changed, 80 insertions(+), 80 deletions(-) delete mode 100644 files/fr/web/api/htmlmediaelement/canplay_event/index.html create mode 100644 files/fr/web/api/htmlmediaelement/canplay_event/index.md (limited to 'files/fr/web/api/htmlmediaelement/canplay_event') diff --git a/files/fr/web/api/htmlmediaelement/canplay_event/index.html b/files/fr/web/api/htmlmediaelement/canplay_event/index.html deleted file mode 100644 index 8c55a0b0ef..0000000000 --- a/files/fr/web/api/htmlmediaelement/canplay_event/index.html +++ /dev/null @@ -1,80 +0,0 @@ ---- -title: 'HTMLMediaElement: canplay' -slug: Web/API/HTMLMediaElement/canplay_event -translation_of: Web/API/HTMLMediaElement/canplay_event ---- -

L'événement canplay est déclenché lorsque l'agent utilisateur peut jouer le média, mais estime que trop peu de données ont été chargées pour le jouer jusqu'à la fin sans avoir à l'arrêter pour charger d'avantage de contenu dans la mémoire tampon (buffer).

- -

Informations Générales

- -
-
Spécification
-
HTML5 media
-
Interface
-
Event
-
Propagation
-
Non
-
Annulable
-
Non
-
Cible
-
Element
-
Action par défaut
-
Aucune
-
- -

Propriétés

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyTypeDescription
target {{readonlyInline}}{{domxref("EventTarget")}}The event target (the topmost target in the DOM tree).
type {{readonlyInline}}{{domxref("DOMString")}}The type of event.
bubbles {{readonlyInline}}{{jsxref("Boolean")}}Whether the event normally bubbles or not.
cancelable {{readonlyInline}}{{jsxref("Boolean")}}Whether the event is cancellable or not.
- -

Evénements liés

- - diff --git a/files/fr/web/api/htmlmediaelement/canplay_event/index.md b/files/fr/web/api/htmlmediaelement/canplay_event/index.md new file mode 100644 index 0000000000..8c55a0b0ef --- /dev/null +++ b/files/fr/web/api/htmlmediaelement/canplay_event/index.md @@ -0,0 +1,80 @@ +--- +title: 'HTMLMediaElement: canplay' +slug: Web/API/HTMLMediaElement/canplay_event +translation_of: Web/API/HTMLMediaElement/canplay_event +--- +

L'événement canplay est déclenché lorsque l'agent utilisateur peut jouer le média, mais estime que trop peu de données ont été chargées pour le jouer jusqu'à la fin sans avoir à l'arrêter pour charger d'avantage de contenu dans la mémoire tampon (buffer).

+ +

Informations Générales

+ +
+
Spécification
+
HTML5 media
+
Interface
+
Event
+
Propagation
+
Non
+
Annulable
+
Non
+
Cible
+
Element
+
Action par défaut
+
Aucune
+
+ +

Propriétés

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyTypeDescription
target {{readonlyInline}}{{domxref("EventTarget")}}The event target (the topmost target in the DOM tree).
type {{readonlyInline}}{{domxref("DOMString")}}The type of event.
bubbles {{readonlyInline}}{{jsxref("Boolean")}}Whether the event normally bubbles or not.
cancelable {{readonlyInline}}{{jsxref("Boolean")}}Whether the event is cancellable or not.
+ +

Evénements liés

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