From 39f2114f9797eb51994966c6bb8ff1814c9a4da8 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:36:08 +0100 Subject: unslug fr: move --- files/fr/web/events/abort/index.html | 70 ------------------------------------ 1 file changed, 70 deletions(-) delete mode 100644 files/fr/web/events/abort/index.html (limited to 'files/fr/web/events/abort') diff --git a/files/fr/web/events/abort/index.html b/files/fr/web/events/abort/index.html deleted file mode 100644 index 68e28e9626..0000000000 --- a/files/fr/web/events/abort/index.html +++ /dev/null @@ -1,70 +0,0 @@ ---- -title: abort -slug: Web/Events/abort -translation_of: Web/API/HTMLMediaElement/abort_event -translation_of_original: Web/Events/abort ---- -
L'événement abort est déclenché lorsque le chargement d'une resource a été interrompu.
- -
 
- -

Informations générales

- -
-
Spécification
-
DOM L3
-
Interface
-
UIEvent si généré à partir de l'interface utilisateur sinon, Event.
-
Propagation
-
Non
-
Annulable
-
Non
-
Cible
-
Element
-
Action par défaut
-
Aucune
-
- -

Propriétés

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyTypeDescription
target {{readonlyInline}}EventTargetThe event target (the topmost target in the DOM tree).
type {{readonlyInline}}DOMStringThe type of event.
bubbles {{readonlyInline}}BooleanWhether the event normally bubbles or not.
cancelable {{readonlyInline}}BooleanWhether the event is cancellable or not.
view {{readonlyInline}}WindowProxydocument.defaultView (window of the document)
detail {{readonlyInline}}long (float)0.
-- cgit v1.2.3-54-g00ecf