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/it | |
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/it')
-rw-r--r-- | files/it/_redirects.txt | 2 | ||||
-rw-r--r-- | files/it/_wikihistory.json | 24 | ||||
-rw-r--r-- | files/it/orphaned/web/api/parentnode/firstelementchild/index.html (renamed from files/it/web/api/parentnode/firstelementchild/index.html) | 3 | ||||
-rw-r--r-- | files/it/orphaned/web/api/parentnode/lastelementchild/index.html (renamed from files/it/web/api/parentnode/lastelementchild/index.html) | 3 |
4 files changed, 18 insertions, 14 deletions
diff --git a/files/it/_redirects.txt b/files/it/_redirects.txt index 4a4e9cfcb4..7a2568c2f6 100644 --- a/files/it/_redirects.txt +++ b/files/it/_redirects.txt @@ -528,6 +528,8 @@ /it/docs/Web/API/Node/namespaceURI /it/docs/Web/API/Element/namespaceURI /it/docs/Web/API/Node/prefix /it/docs/Web/API/Element/prefix /it/docs/Web/API/ParentNode/children /it/docs/orphaned/Web/API/ParentNode/children +/it/docs/Web/API/ParentNode/firstElementChild /it/docs/orphaned/Web/API/ParentNode/firstElementChild +/it/docs/Web/API/ParentNode/lastElementChild /it/docs/orphaned/Web/API/ParentNode/lastElementChild /it/docs/Web/API/Position /it/docs/Web/API/GeolocationPosition /it/docs/Web/API/URLUtils /it/docs/orphaned/Web/API/HTMLHyperlinkElementUtils /it/docs/Web/API/WindowTimers /it/docs/conflicting/Web/API/WindowOrWorkerGlobalScope diff --git a/files/it/_wikihistory.json b/files/it/_wikihistory.json index d79fc797b5..1292ca9ae5 100644 --- a/files/it/_wikihistory.json +++ b/files/it/_wikihistory.json @@ -1643,18 +1643,6 @@ "ExE-Boss" ] }, - "Web/API/ParentNode/firstElementChild": { - "modified": "2020-10-15T22:17:20.523Z", - "contributors": [ - "IsibisiDev" - ] - }, - "Web/API/ParentNode/lastElementChild": { - "modified": "2020-10-15T22:17:20.462Z", - "contributors": [ - "IsibisiDev" - ] - }, "Web/API/Performance": { "modified": "2020-10-15T22:10:46.200Z", "contributors": [ @@ -5994,5 +5982,17 @@ "contributors": [ "IsibisiDev" ] + }, + "orphaned/Web/API/ParentNode/firstElementChild": { + "modified": "2020-10-15T22:17:20.523Z", + "contributors": [ + "IsibisiDev" + ] + }, + "orphaned/Web/API/ParentNode/lastElementChild": { + "modified": "2020-10-15T22:17:20.462Z", + "contributors": [ + "IsibisiDev" + ] } }
\ No newline at end of file diff --git a/files/it/web/api/parentnode/firstelementchild/index.html b/files/it/orphaned/web/api/parentnode/firstelementchild/index.html index 472b7737a3..4a76fb11dd 100644 --- a/files/it/web/api/parentnode/firstelementchild/index.html +++ b/files/it/orphaned/web/api/parentnode/firstelementchild/index.html @@ -1,12 +1,13 @@ --- title: ParentNode.firstElementChild -slug: Web/API/ParentNode/firstElementChild +slug: orphaned/Web/API/ParentNode/firstElementChild tags: - API - DOM - ParentNode - Proprietà translation_of: Web/API/ParentNode/firstElementChild +original_slug: Web/API/ParentNode/firstElementChild --- <p>{{ APIRef("DOM") }}</p> diff --git a/files/it/web/api/parentnode/lastelementchild/index.html b/files/it/orphaned/web/api/parentnode/lastelementchild/index.html index 006a3a316d..d1876d8164 100644 --- a/files/it/web/api/parentnode/lastelementchild/index.html +++ b/files/it/orphaned/web/api/parentnode/lastelementchild/index.html @@ -1,12 +1,13 @@ --- title: ParentNode.lastElementChild -slug: Web/API/ParentNode/lastElementChild +slug: orphaned/Web/API/ParentNode/lastElementChild tags: - API - DOM - ParentNode - Proprietà translation_of: Web/API/ParentNode/lastElementChild +original_slug: Web/API/ParentNode/lastElementChild --- <p>{{ APIRef("DOM") }}</p> |