aboutsummaryrefslogtreecommitdiff
path: root/files/fr
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-05-27 00:56:56 +0000
committerMDN <actions@users.noreply.github.com>2021-05-27 00:56:56 +0000
commit1afd214b4c6ed965b75ece5e8d75febad8bc7c07 (patch)
tree3b3a260843cd6ce34aa9bdde846c629d130bc507 /files/fr
parent8993cff13ff4bef0d36ea5b35fa188444ef607b5 (diff)
downloadtranslated-content-1afd214b4c6ed965b75ece5e8d75febad8bc7c07.tar.gz
translated-content-1afd214b4c6ed965b75ece5e8d75febad8bc7c07.tar.bz2
translated-content-1afd214b4c6ed965b75ece5e8d75febad8bc7c07.zip
[CRON] sync translated content
Diffstat (limited to 'files/fr')
-rw-r--r--files/fr/_redirects.txt1
-rw-r--r--files/fr/_wikihistory.json18
-rw-r--r--files/fr/orphaned/web/api/childnode/replacewith/index.html (renamed from files/fr/web/api/childnode/replacewith/index.html)3
3 files changed, 12 insertions, 10 deletions
diff --git a/files/fr/_redirects.txt b/files/fr/_redirects.txt
index 22ba5716b9..311dd1cdf9 100644
--- a/files/fr/_redirects.txt
+++ b/files/fr/_redirects.txt
@@ -3615,6 +3615,7 @@
/fr/docs/Web/API/Canvas_API/Tutoriel_canvas/Utilisation_d'images /fr/docs/Web/API/Canvas_API/Tutorial/Using_images
/fr/docs/Web/API/Canvas_API/Tutoriel_canvas/Utilisation_de_base /fr/docs/Web/API/Canvas_API/Tutorial/Basic_usage
/fr/docs/Web/API/ChildNode/remove /fr/docs/orphaned/Web/API/ChildNode/remove
+/fr/docs/Web/API/ChildNode/replaceWith /fr/docs/orphaned/Web/API/ChildNode/replaceWith
/fr/docs/Web/API/Commentaire /fr/docs/Web/API/Comment
/fr/docs/Web/API/Commentaire/Comment /fr/docs/Web/API/Comment/Comment
/fr/docs/Web/API/Console.table /fr/docs/Web/API/Console/table
diff --git a/files/fr/_wikihistory.json b/files/fr/_wikihistory.json
index 99ed1bb69a..dce94aa003 100644
--- a/files/fr/_wikihistory.json
+++ b/files/fr/_wikihistory.json
@@ -13087,15 +13087,6 @@
"loella16"
]
},
- "Web/API/ChildNode/replaceWith": {
- "modified": "2020-10-15T21:55:03.476Z",
- "contributors": [
- "tristantheb",
- "loella16",
- "Spictheweb",
- "v-Stein"
- ]
- },
"Web/API/Client": {
"modified": "2020-11-16T08:56:05.543Z",
"contributors": [
@@ -45034,6 +45025,15 @@
"Copen"
]
},
+ "orphaned/Web/API/ChildNode/replaceWith": {
+ "modified": "2020-10-15T21:55:03.476Z",
+ "contributors": [
+ "tristantheb",
+ "loella16",
+ "Spictheweb",
+ "v-Stein"
+ ]
+ },
"orphaned/Web/API/Detecting_device_orientation": {
"modified": "2019-03-23T23:28:22.437Z",
"contributors": [
diff --git a/files/fr/web/api/childnode/replacewith/index.html b/files/fr/orphaned/web/api/childnode/replacewith/index.html
index 3239ceae59..675e7c6026 100644
--- a/files/fr/web/api/childnode/replacewith/index.html
+++ b/files/fr/orphaned/web/api/childnode/replacewith/index.html
@@ -1,6 +1,6 @@
---
title: ChildNode.replaceWith()
-slug: Web/API/ChildNode/replaceWith
+slug: orphaned/Web/API/ChildNode/replaceWith
tags:
- API
- DOM
@@ -8,6 +8,7 @@ tags:
- Noeuds
- Reference
translation_of: Web/API/ChildNode/replaceWith
+original_slug: Web/API/ChildNode/replaceWith
---
<div>{{APIRef("DOM")}}<br>
La méthode <code><strong>ChildNode</strong></code><strong><code>.replaceWith()</code></strong> remplace ce <code>ChildNode</code> de la liste des enfants de son parent par un ensemble d'objets {{domxref("Node")}} (<em>noeud</em>) ou {{domxref("DOMString")}} (<em>chaîne de caractères</em>).<br>