diff options
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> |