aboutsummaryrefslogtreecommitdiff
path: root/files/fr
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-05-18 00:44:37 +0000
committerMDN <actions@users.noreply.github.com>2021-05-18 00:44:37 +0000
commit40edc745dfb5c152e12080748f9357b376e8dbe9 (patch)
tree00507f03ddb986f86fab1b6280661d4010a05b03 /files/fr
parentffc1c18ba7f546ef8103ad587592a2cfaf88e609 (diff)
downloadtranslated-content-40edc745dfb5c152e12080748f9357b376e8dbe9.tar.gz
translated-content-40edc745dfb5c152e12080748f9357b376e8dbe9.tar.bz2
translated-content-40edc745dfb5c152e12080748f9357b376e8dbe9.zip
[CRON] sync translated content
Diffstat (limited to 'files/fr')
-rw-r--r--files/fr/_redirects.txt4
-rw-r--r--files/fr/_wikihistory.json54
-rw-r--r--files/fr/orphaned/web/api/elementtraversal/index.html (renamed from files/fr/web/api/elementtraversal/index.html)3
-rw-r--r--files/fr/orphaned/web/api/parentnode/index.html (renamed from files/fr/web/api/parentnode/index.html)3
-rw-r--r--files/fr/orphaned/web/api/parentnode/queryselector/index.html (renamed from files/fr/web/api/parentnode/queryselector/index.html)3
-rw-r--r--files/fr/orphaned/web/api/parentnode/queryselectorall/index.html (renamed from files/fr/web/api/parentnode/queryselectorall/index.html)3
6 files changed, 39 insertions, 31 deletions
diff --git a/files/fr/_redirects.txt b/files/fr/_redirects.txt
index 85a783835e..ea72d16830 100644
--- a/files/fr/_redirects.txt
+++ b/files/fr/_redirects.txt
@@ -3758,6 +3758,7 @@
/fr/docs/Web/API/Element/ongotpointercapture /fr/docs/Web/API/GlobalEventHandlers/ongotpointercapture
/fr/docs/Web/API/Element/onwheel /fr/docs/Web/API/GlobalEventHandlers/onwheel
/fr/docs/Web/API/Element/removeChild /fr/docs/Web/API/Node/removeChild
+/fr/docs/Web/API/ElementTraversal /fr/docs/orphaned/Web/API/ElementTraversal
/fr/docs/Web/API/Event.initEvent /fr/docs/Web/API/Event/initEvent
/fr/docs/Web/API/Event.stopPropagation /fr/docs/Web/API/Event/stopPropagation
/fr/docs/Web/API/Event/Comparaison_des_cibles_d_évènements /fr/docs/Web/API/Event/Comparison_of_Event_Targets
@@ -3797,12 +3798,15 @@
/fr/docs/Web/API/Node/prefix /fr/docs/conflicting/Web/API/Element/prefix
/fr/docs/Web/API/Node/rootNode /fr/docs/conflicting/Web/API/Node/getRootNode
/fr/docs/Web/API/Notation /fr/docs/orphaned/Web/API/Notation
+/fr/docs/Web/API/ParentNode /fr/docs/orphaned/Web/API/ParentNode
/fr/docs/Web/API/ParentNode/append /fr/docs/orphaned/Web/API/ParentNode/append
/fr/docs/Web/API/ParentNode/childElementCount /fr/docs/Web/API/Element/childElementCount
/fr/docs/Web/API/ParentNode/children /fr/docs/orphaned/Web/API/ParentNode/children
/fr/docs/Web/API/ParentNode/firstElementChild /fr/docs/orphaned/Web/API/ParentNode/firstElementChild
/fr/docs/Web/API/ParentNode/lastElementChild /fr/docs/orphaned/Web/API/ParentNode/lastElementChild
/fr/docs/Web/API/ParentNode/prepend /fr/docs/orphaned/Web/API/ParentNode/prepend
+/fr/docs/Web/API/ParentNode/querySelector /fr/docs/orphaned/Web/API/ParentNode/querySelector
+/fr/docs/Web/API/ParentNode/querySelectorAll /fr/docs/orphaned/Web/API/ParentNode/querySelectorAll
/fr/docs/Web/API/PasswordCredential/additionalData /fr/docs/conflicting/Web/API/PasswordCredential
/fr/docs/Web/API/PasswordCredential/idName /fr/docs/conflicting/Web/API/PasswordCredential_cbf7b306e83a3f58ff06bccf89637c12
/fr/docs/Web/API/PasswordCredential/passwordName /fr/docs/conflicting/Web/API/PasswordCredential_bc57d5dfa87242b4fb83497887124f41
diff --git a/files/fr/_wikihistory.json b/files/fr/_wikihistory.json
index 94270c0f9f..f20bdd5d89 100644
--- a/files/fr/_wikihistory.json
+++ b/files/fr/_wikihistory.json
@@ -15855,12 +15855,6 @@
"Takenbot"
]
},
- "Web/API/ElementTraversal": {
- "modified": "2019-03-18T21:39:02.443Z",
- "contributors": [
- "loella16"
- ]
- },
"Web/API/Encoding_API": {
"modified": "2020-10-15T22:21:39.244Z",
"contributors": [
@@ -19367,27 +19361,6 @@
"Watilin"
]
},
- "Web/API/ParentNode": {
- "modified": "2020-10-15T21:33:02.872Z",
- "contributors": [
- "abvll",
- "loella16",
- "fscholz"
- ]
- },
- "Web/API/ParentNode/querySelector": {
- "modified": "2020-10-15T22:30:52.578Z",
- "contributors": [
- "NeaVy"
- ]
- },
- "Web/API/ParentNode/querySelectorAll": {
- "modified": "2020-10-15T22:02:32.472Z",
- "contributors": [
- "abvll",
- "loella16"
- ]
- },
"Web/API/PasswordCredential": {
"modified": "2020-10-15T22:15:37.555Z",
"contributors": [
@@ -45172,12 +45145,26 @@
"loella16"
]
},
+ "orphaned/Web/API/ElementTraversal": {
+ "modified": "2019-03-18T21:39:02.443Z",
+ "contributors": [
+ "loella16"
+ ]
+ },
"orphaned/Web/API/Notation": {
"modified": "2019-03-18T21:40:13.820Z",
"contributors": [
"loella16"
]
},
+ "orphaned/Web/API/ParentNode": {
+ "modified": "2020-10-15T21:33:02.872Z",
+ "contributors": [
+ "abvll",
+ "loella16",
+ "fscholz"
+ ]
+ },
"orphaned/Web/API/ParentNode/append": {
"modified": "2020-10-15T21:59:23.058Z",
"contributors": [
@@ -45221,6 +45208,19 @@
"loella16"
]
},
+ "orphaned/Web/API/ParentNode/querySelector": {
+ "modified": "2020-10-15T22:30:52.578Z",
+ "contributors": [
+ "NeaVy"
+ ]
+ },
+ "orphaned/Web/API/ParentNode/querySelectorAll": {
+ "modified": "2020-10-15T22:02:32.472Z",
+ "contributors": [
+ "abvll",
+ "loella16"
+ ]
+ },
"orphaned/Web/API/URLUtilsReadOnly": {
"modified": "2020-10-15T22:17:11.893Z",
"contributors": [
diff --git a/files/fr/web/api/elementtraversal/index.html b/files/fr/orphaned/web/api/elementtraversal/index.html
index 3e6ae156ff..46a59875c6 100644
--- a/files/fr/web/api/elementtraversal/index.html
+++ b/files/fr/orphaned/web/api/elementtraversal/index.html
@@ -1,6 +1,6 @@
---
title: ElementTraversal
-slug: Web/API/ElementTraversal
+slug: orphaned/Web/API/ElementTraversal
tags:
- API
- Arborescence
@@ -9,6 +9,7 @@ tags:
- Interface
- Noeuds
translation_of: Web/API/ElementTraversal
+original_slug: Web/API/ElementTraversal
---
<div>{{APIRef("DOM")}}{{obsolete_header}}</div>
diff --git a/files/fr/web/api/parentnode/index.html b/files/fr/orphaned/web/api/parentnode/index.html
index 9b33ade976..10b417c6d9 100644
--- a/files/fr/web/api/parentnode/index.html
+++ b/files/fr/orphaned/web/api/parentnode/index.html
@@ -1,9 +1,10 @@
---
title: ParentNode
-slug: Web/API/ParentNode
+slug: orphaned/Web/API/ParentNode
tags:
- API
translation_of: Web/API/ParentNode
+original_slug: Web/API/ParentNode
---
<p>{{ APIRef("DOM") }}</p>
diff --git a/files/fr/web/api/parentnode/queryselector/index.html b/files/fr/orphaned/web/api/parentnode/queryselector/index.html
index 62844d47b1..45d1d0e21b 100644
--- a/files/fr/web/api/parentnode/queryselector/index.html
+++ b/files/fr/orphaned/web/api/parentnode/queryselector/index.html
@@ -1,6 +1,6 @@
---
title: ParentNode.querySelector()
-slug: Web/API/ParentNode/querySelector
+slug: orphaned/Web/API/ParentNode/querySelector
tags:
- API
- DOM
@@ -12,6 +12,7 @@ tags:
- Selectors
- querySelector
translation_of: Web/API/ParentNode/querySelector
+original_slug: Web/API/ParentNode/querySelector
---
<p>{{APIRef("DOM")}}{{Draft}}</p>
diff --git a/files/fr/web/api/parentnode/queryselectorall/index.html b/files/fr/orphaned/web/api/parentnode/queryselectorall/index.html
index 7c38961c38..054007e471 100644
--- a/files/fr/web/api/parentnode/queryselectorall/index.html
+++ b/files/fr/orphaned/web/api/parentnode/queryselectorall/index.html
@@ -1,6 +1,6 @@
---
title: ParentNode.querySelectorAll()
-slug: Web/API/ParentNode/querySelectorAll
+slug: orphaned/Web/API/ParentNode/querySelectorAll
tags:
- API
- DOM
@@ -9,6 +9,7 @@ tags:
- Sélecteurs
- parent
translation_of: Web/API/ParentNode/querySelectorAll
+original_slug: Web/API/ParentNode/querySelectorAll
---
<div>{{ApiRef("DOM")}}</div>