diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
commit | 7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (patch) | |
tree | 004e031fc47a2ed576e83000b7ef08f9355459f4 /files/fr/web/api/element | |
parent | 39f2114f9797eb51994966c6bb8ff1814c9a4da8 (diff) | |
download | translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.gz translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.bz2 translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.zip |
unslug fr: modify
Diffstat (limited to 'files/fr/web/api/element')
8 files changed, 16 insertions, 8 deletions
diff --git a/files/fr/web/api/element/compositionend_event/index.html b/files/fr/web/api/element/compositionend_event/index.html index 8a15ab679a..564090bd5b 100644 --- a/files/fr/web/api/element/compositionend_event/index.html +++ b/files/fr/web/api/element/compositionend_event/index.html @@ -1,7 +1,8 @@ --- title: compositionend -slug: Web/Events/compositionend +slug: Web/API/Element/compositionend_event translation_of: Web/API/Element/compositionend_event +original_slug: Web/Events/compositionend --- <p>L'événement <strong><code>compositionend</code></strong> est déclenché lorsque la composition d'un texte via {{glossary("input method editor", "méthode de saisie")}} est terminée ou annulée (démarre avec des caractères spéciaux qui requièrent une séquence de touches et d'autres entrées telles que la reconnaissance vocale ou la suggestion de mot sur mobile).</p> diff --git a/files/fr/web/api/element/compositionstart_event/index.html b/files/fr/web/api/element/compositionstart_event/index.html index 8b72ed5d31..25ef560400 100644 --- a/files/fr/web/api/element/compositionstart_event/index.html +++ b/files/fr/web/api/element/compositionstart_event/index.html @@ -1,7 +1,8 @@ --- title: compositionstart -slug: Web/Events/compositionstart +slug: Web/API/Element/compositionstart_event translation_of: Web/API/Element/compositionstart_event +original_slug: Web/Events/compositionstart --- <p>L'événement <strong><code>compositionstart </code></strong><code>est déclenché lorsque la composition d'un passage de texte est préparée (similaire à keydown pour une entrée clavier, mais démarre avec des caractères spéciaux qui nécessitent une sequence de touches et d'autres entrées telles que la reconnaissance vocale ou la suggestion de mots du mobile). </code></p> diff --git a/files/fr/web/api/element/compositionupdate_event/index.html b/files/fr/web/api/element/compositionupdate_event/index.html index ba22586181..6ce746c7c1 100644 --- a/files/fr/web/api/element/compositionupdate_event/index.html +++ b/files/fr/web/api/element/compositionupdate_event/index.html @@ -1,7 +1,8 @@ --- title: compositionupdate -slug: Web/Events/compositionupdate +slug: Web/API/Element/compositionupdate_event translation_of: Web/API/Element/compositionupdate_event +original_slug: Web/Events/compositionupdate --- <p>L'événement <strong>compositionupdate</strong> est déclenché lorsqu'un caractère est ajouté à un passage de texte en train d'être composé (<code>démarre avec des caractères spéciaux qui nécessitent une sequence de touches et d'autres entrées telles que la reconnaissance vocale ou la suggestion de mots du mobile).</code></p> diff --git a/files/fr/web/api/element/copy_event/index.html b/files/fr/web/api/element/copy_event/index.html index d3a9ee8224..e6d7a42bf6 100644 --- a/files/fr/web/api/element/copy_event/index.html +++ b/files/fr/web/api/element/copy_event/index.html @@ -1,7 +1,8 @@ --- title: copy -slug: Web/Events/copy +slug: Web/API/Element/copy_event translation_of: Web/API/Element/copy_event +original_slug: Web/Events/copy --- <p>L'événement <strong>copy</strong> est déclenché lorsque l'utilisateur initie une copie par le biais de l'interface du navigateur (par exemple, Ctrl/Cmd+C ou "copier" du menu contextuel) et en réponse d'un appel de {{domxref("Document.execCommand", "document.execCommand('copy')")}} autorisé.</p> diff --git a/files/fr/web/api/element/error_event/index.html b/files/fr/web/api/element/error_event/index.html index 5ab9de5a8c..474f4839d3 100644 --- a/files/fr/web/api/element/error_event/index.html +++ b/files/fr/web/api/element/error_event/index.html @@ -1,6 +1,6 @@ --- title: error -slug: Web/Events/error +slug: Web/API/Element/error_event tags: - DOM - Erreurs @@ -8,6 +8,7 @@ tags: - Interface - évènements translation_of: Web/API/Element/error_event +original_slug: Web/Events/error --- <p>L'événement <strong>error</strong> <em>(erreur)</em> est déclenché lorsqu'une ressource n'a pas pu être chargée <span id="result_box" lang="fr"><span>;</span> <span>les circonstances exactes varient, ce nom étant utilisé par une grande variété d'API.</span></span></p> diff --git a/files/fr/web/api/element/focusin_event/index.html b/files/fr/web/api/element/focusin_event/index.html index 79a9e2af63..f999a7f3da 100644 --- a/files/fr/web/api/element/focusin_event/index.html +++ b/files/fr/web/api/element/focusin_event/index.html @@ -1,7 +1,8 @@ --- title: focusin -slug: Web/Events/focusin +slug: Web/API/Element/focusin_event translation_of: Web/API/Element/focusin_event +original_slug: Web/Events/focusin --- <p>L'événement <strong>focusin</strong> est déclenché lorsqu'un élément est sur le point de recevoir le focus. La principale différence avec <a href="https://developer.mozilla.org/fr/docs/Mozilla_event_reference/focus_%28event%29"><code>focus</code></a> est que <strong>focusin</strong> se propage.</p> diff --git a/files/fr/web/api/element/focusout_event/index.html b/files/fr/web/api/element/focusout_event/index.html index 01ddab4738..8470ea9374 100644 --- a/files/fr/web/api/element/focusout_event/index.html +++ b/files/fr/web/api/element/focusout_event/index.html @@ -1,7 +1,8 @@ --- title: focusout -slug: Web/Events/focusout +slug: Web/API/Element/focusout_event translation_of: Web/API/Element/focusout_event +original_slug: Web/Events/focusout --- <p>L'évènement <code><strong>focusout</strong> </code>est déclenché lorsqu'un élément du DOM est sur le point de perdre le focus. La différence principale entre cet événement et <a href="/en-US/docs/Mozilla_event_reference/blur_(event)">blur</a> est que ce dernier ne se propage pas.</p> diff --git a/files/fr/web/api/element/innerhtml/index.html b/files/fr/web/api/element/innerhtml/index.html index 6addb7d54e..5860811bfe 100644 --- a/files/fr/web/api/element/innerhtml/index.html +++ b/files/fr/web/api/element/innerhtml/index.html @@ -1,6 +1,6 @@ --- title: element.innerHTML -slug: Web/API/Element/innertHTML +slug: Web/API/Element/innerHTML tags: - API - DOM @@ -8,6 +8,7 @@ tags: - HTML - Propriétés translation_of: Web/API/Element/innerHTML +original_slug: Web/API/Element/innertHTML --- <div>{{APIRef("DOM")}}</div> |