diff options
author | MDN <actions@users.noreply.github.com> | 2021-03-24 00:27:57 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-03-24 00:27:57 +0000 |
commit | 8d7ad7715e19a445def22de6d5f3d9519cebe69e (patch) | |
tree | dfeab89fe885baadfaa3629850e4dbf53a9a8669 /files/pt-br | |
parent | 0511ab6f682be0c8401377e50cd4a164e87ec589 (diff) | |
download | translated-content-8d7ad7715e19a445def22de6d5f3d9519cebe69e.tar.gz translated-content-8d7ad7715e19a445def22de6d5f3d9519cebe69e.tar.bz2 translated-content-8d7ad7715e19a445def22de6d5f3d9519cebe69e.zip |
[CRON] sync translated content
Diffstat (limited to 'files/pt-br')
-rw-r--r-- | files/pt-br/_redirects.txt | 1 | ||||
-rw-r--r-- | files/pt-br/_wikihistory.json | 12 | ||||
-rw-r--r-- | files/pt-br/web/api/element/childelementcount/index.html (renamed from files/pt-br/web/api/parentnode/childelementcount/index.html) | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/files/pt-br/_redirects.txt b/files/pt-br/_redirects.txt index dc89b12bc6..562bcb7f59 100644 --- a/files/pt-br/_redirects.txt +++ b/files/pt-br/_redirects.txt @@ -587,6 +587,7 @@ /pt-BR/docs/Web/API/Node.replaceChild /pt-BR/docs/Web/API/Node/replaceChild /pt-BR/docs/Web/API/Node/Entendendo_o_uso_do_método_AppendChild-javascript /pt-BR/docs/orphaned/Web/API/Node/Entendendo_o_uso_do_método_AppendChild-javascript /pt-BR/docs/Web/API/Node/innerText /pt-BR/docs/Web/API/HTMLElement/innerText +/pt-BR/docs/Web/API/ParentNode/childElementCount /pt-BR/docs/Web/API/Element/childElementCount /pt-BR/docs/Web/API/Position /pt-BR/docs/Web/API/GeolocationPosition /pt-BR/docs/Web/API/Position/coords /pt-BR/docs/Web/API/GeolocationPosition/coords /pt-BR/docs/Web/API/PositionError /pt-BR/docs/Web/API/GeolocationPositionError diff --git a/files/pt-br/_wikihistory.json b/files/pt-br/_wikihistory.json index 75facc48d9..62526c1e86 100644 --- a/files/pt-br/_wikihistory.json +++ b/files/pt-br/_wikihistory.json @@ -3341,12 +3341,6 @@ "jpmedley" ] }, - "Web/API/ParentNode/childElementCount": { - "modified": "2020-10-15T22:28:04.061Z", - "contributors": [ - "leofalcao10" - ] - }, "Web/API/ParentNode/children": { "modified": "2019-03-23T22:19:42.340Z", "contributors": [ @@ -17367,5 +17361,11 @@ "contributors": [ "cezaraugusto" ] + }, + "Web/API/Element/childElementCount": { + "modified": "2020-10-15T22:28:04.061Z", + "contributors": [ + "leofalcao10" + ] } }
\ No newline at end of file diff --git a/files/pt-br/web/api/parentnode/childelementcount/index.html b/files/pt-br/web/api/element/childelementcount/index.html index dea1fed6cd..8dfa04fa61 100644 --- a/files/pt-br/web/api/parentnode/childelementcount/index.html +++ b/files/pt-br/web/api/element/childelementcount/index.html @@ -1,12 +1,13 @@ --- title: ParentNode.childElementCount -slug: Web/API/ParentNode/childElementCount +slug: Web/API/Element/childElementCount tags: - Child - DOM - JavaScript - ParentNode translation_of: Web/API/ParentNode/childElementCount +original_slug: Web/API/ParentNode/childElementCount --- <div>{{ APIRef("DOM") }}</div> |