diff options
author | MDN <actions@users.noreply.github.com> | 2021-04-16 00:10:51 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-04-16 00:10:51 +0000 |
commit | 9daad59fa2578dcc9603833b0a9a22b93d362b5e (patch) | |
tree | cf66aa37e5a7f19aff75a5e8d2b2773f0b295048 /files/fr | |
parent | 91bea6bd04ae368a889436799187eeebb11d33a1 (diff) | |
download | translated-content-9daad59fa2578dcc9603833b0a9a22b93d362b5e.tar.gz translated-content-9daad59fa2578dcc9603833b0a9a22b93d362b5e.tar.bz2 translated-content-9daad59fa2578dcc9603833b0a9a22b93d362b5e.zip |
[CRON] sync translated content
Diffstat (limited to 'files/fr')
-rw-r--r-- | files/fr/_redirects.txt | 6 | ||||
-rw-r--r-- | files/fr/_wikihistory.json | 34 | ||||
-rw-r--r-- | files/fr/orphaned/web/api/parentnode/firstelementchild/index.html (renamed from files/fr/web/api/parentnode/firstelementchild/index.html) | 3 | ||||
-rw-r--r-- | files/fr/orphaned/web/api/parentnode/lastelementchild/index.html (renamed from files/fr/web/api/parentnode/lastelementchild/index.html) | 3 |
4 files changed, 25 insertions, 21 deletions
diff --git a/files/fr/_redirects.txt b/files/fr/_redirects.txt index 08f6d17707..4fdae5dc7a 100644 --- a/files/fr/_redirects.txt +++ b/files/fr/_redirects.txt @@ -898,7 +898,7 @@ /fr/docs/DOM/DataTransfer /fr/docs/Web/API/DataTransfer /fr/docs/DOM/Document.evaluate /fr/docs/Web/API/Document/evaluate /fr/docs/DOM/Document.implementation /fr/docs/Web/API/Document/implementation -/fr/docs/DOM/Element.firstElementChild /fr/docs/Web/API/ParentNode/firstElementChild +/fr/docs/DOM/Element.firstElementChild /fr/docs/orphaned/Web/API/ParentNode/firstElementChild /fr/docs/DOM/File /fr/docs/Web/API/File /fr/docs/DOM/FileReader /fr/docs/Web/API/FileReader /fr/docs/DOM/FileReader/FileList /fr/docs/Web/API/FileList @@ -3685,7 +3685,7 @@ /fr/docs/Web/API/Element.clientWidth /fr/docs/Web/API/Element/clientWidth /fr/docs/Web/API/Element.cloneNode /fr/docs/Web/API/Node/cloneNode /fr/docs/Web/API/Element.dir /fr/docs/Web/API/HTMLElement/dir -/fr/docs/Web/API/Element.firstElementChild /fr/docs/Web/API/ParentNode/firstElementChild +/fr/docs/Web/API/Element.firstElementChild /fr/docs/orphaned/Web/API/ParentNode/firstElementChild /fr/docs/Web/API/Element.focus /fr/docs/Web/API/HTMLOrForeignElement/focus /fr/docs/Web/API/Element.getAttribute /fr/docs/Web/API/Element/getAttribute /fr/docs/Web/API/Element.getAttributeNS /fr/docs/Web/API/Element/getAttributeNS @@ -3801,6 +3801,8 @@ /fr/docs/Web/API/Node/rootNode /fr/docs/conflicting/Web/API/Node/getRootNode /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/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 7691f6cf76..20fb17c8e3 100644 --- a/files/fr/_wikihistory.json +++ b/files/fr/_wikihistory.json @@ -11700,23 +11700,6 @@ "ayshiff" ] }, - "Web/API/ParentNode/firstElementChild": { - "modified": "2019-03-23T23:35:50.443Z", - "contributors": [ - "pdonias", - "fscholz", - "teoli", - "khalid32", - "Delapouite", - "Beaver" - ] - }, - "Web/API/ParentNode/lastElementChild": { - "modified": "2019-03-18T21:39:15.409Z", - "contributors": [ - "loella16" - ] - }, "Web/API/ParentNode/prepend": { "modified": "2020-10-15T22:02:32.998Z", "contributors": [ @@ -45335,5 +45318,22 @@ "NemoNobobyPersonne", "xavierartot" ] + }, + "orphaned/Web/API/ParentNode/firstElementChild": { + "modified": "2019-03-23T23:35:50.443Z", + "contributors": [ + "pdonias", + "fscholz", + "teoli", + "khalid32", + "Delapouite", + "Beaver" + ] + }, + "orphaned/Web/API/ParentNode/lastElementChild": { + "modified": "2019-03-18T21:39:15.409Z", + "contributors": [ + "loella16" + ] } }
\ No newline at end of file diff --git a/files/fr/web/api/parentnode/firstelementchild/index.html b/files/fr/orphaned/web/api/parentnode/firstelementchild/index.html index 60983da28f..ae70e6aa66 100644 --- a/files/fr/web/api/parentnode/firstelementchild/index.html +++ b/files/fr/orphaned/web/api/parentnode/firstelementchild/index.html @@ -1,9 +1,10 @@ --- title: Element.firstElementChild -slug: Web/API/ParentNode/firstElementChild +slug: orphaned/Web/API/ParentNode/firstElementChild tags: - Parcours arborescence translation_of: Web/API/ParentNode/firstElementChild +original_slug: Web/API/ParentNode/firstElementChild --- <p>{{ gecko_minversion_header("1.9.1") }}</p> diff --git a/files/fr/web/api/parentnode/lastelementchild/index.html b/files/fr/orphaned/web/api/parentnode/lastelementchild/index.html index 152cd3694d..8698a44f2b 100644 --- a/files/fr/web/api/parentnode/lastelementchild/index.html +++ b/files/fr/orphaned/web/api/parentnode/lastelementchild/index.html @@ -1,6 +1,6 @@ --- title: ParentNode.lastElementChild -slug: Web/API/ParentNode/lastElementChild +slug: orphaned/Web/API/ParentNode/lastElementChild tags: - API - DOM @@ -8,6 +8,7 @@ tags: - Propriétés - parent translation_of: Web/API/ParentNode/lastElementChild +original_slug: Web/API/ParentNode/lastElementChild --- <p>{{ APIRef("DOM") }}</p> |