aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/document_object_model
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
commit1d435be33d8b76cd7b06cd06996c19d74f83cfd4 (patch)
tree86057a0d5693744915564716a97ba7466c041e6e /files/pt-br/web/api/document_object_model
parent68fc8e96a9629e73469ed457abd955e548ec670c (diff)
downloadtranslated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.gz
translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.bz2
translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.zip
unslug pt-br: modify
Diffstat (limited to 'files/pt-br/web/api/document_object_model')
-rw-r--r--files/pt-br/web/api/document_object_model/events/index.html3
-rw-r--r--files/pt-br/web/api/document_object_model/examples/index.html3
-rw-r--r--files/pt-br/web/api/document_object_model/how_to_create_a_dom_tree/index.html3
-rw-r--r--files/pt-br/web/api/document_object_model/index.html3
-rw-r--r--files/pt-br/web/api/document_object_model/introduction/index.html3
-rw-r--r--files/pt-br/web/api/document_object_model/whitespace/index.html3
6 files changed, 12 insertions, 6 deletions
diff --git a/files/pt-br/web/api/document_object_model/events/index.html b/files/pt-br/web/api/document_object_model/events/index.html
index 4d04915450..cd82ef8b39 100644
--- a/files/pt-br/web/api/document_object_model/events/index.html
+++ b/files/pt-br/web/api/document_object_model/events/index.html
@@ -1,7 +1,8 @@
---
title: Events and the DOM
-slug: DOM/Referencia_do_DOM/Events
+slug: Web/API/Document_Object_Model/Events
translation_of: Web/API/Document_Object_Model/Events
+original_slug: DOM/Referencia_do_DOM/Events
---
<div>{{DefaultAPISidebar("DOM")}}</div>
diff --git a/files/pt-br/web/api/document_object_model/examples/index.html b/files/pt-br/web/api/document_object_model/examples/index.html
index 87ec3601e2..d8ada00c18 100644
--- a/files/pt-br/web/api/document_object_model/examples/index.html
+++ b/files/pt-br/web/api/document_object_model/examples/index.html
@@ -1,7 +1,8 @@
---
title: Examples of web and XML development using the DOM
-slug: DOM/Referencia_do_DOM/Examples
+slug: Web/API/Document_Object_Model/Examples
translation_of: Web/API/Document_Object_Model/Examples
+original_slug: DOM/Referencia_do_DOM/Examples
---
<p>Este capítulo fornece exemplos mais longos de desenvolvimento de Web e XML usando o DOM. Sempre que possível, os exemplos usam APIs, truques e padrões comuns no JavaScript para manipular o objeto de documento.</p>
diff --git a/files/pt-br/web/api/document_object_model/how_to_create_a_dom_tree/index.html b/files/pt-br/web/api/document_object_model/how_to_create_a_dom_tree/index.html
index e6dd923fb5..2897718d3c 100644
--- a/files/pt-br/web/api/document_object_model/how_to_create_a_dom_tree/index.html
+++ b/files/pt-br/web/api/document_object_model/how_to_create_a_dom_tree/index.html
@@ -1,7 +1,8 @@
---
title: How to create a DOM tree
-slug: DOM/Referencia_do_DOM/How_to_create_a_DOM_tree
+slug: Web/API/Document_object_model/How_to_create_a_DOM_tree
translation_of: Web/API/Document_object_model/How_to_create_a_DOM_tree
+original_slug: DOM/Referencia_do_DOM/How_to_create_a_DOM_tree
---
<p>{{draft}}</p>
diff --git a/files/pt-br/web/api/document_object_model/index.html b/files/pt-br/web/api/document_object_model/index.html
index b0ae4420a6..6fd369978d 100644
--- a/files/pt-br/web/api/document_object_model/index.html
+++ b/files/pt-br/web/api/document_object_model/index.html
@@ -1,7 +1,8 @@
---
title: Modelo de Objeto de Documento (DOM)
-slug: DOM/Referencia_do_DOM
+slug: Web/API/Document_Object_Model
translation_of: Web/API/Document_Object_Model
+original_slug: DOM/Referencia_do_DOM
---
<p>{{DefaultAPISidebar("DOM")}}</p>
diff --git a/files/pt-br/web/api/document_object_model/introduction/index.html b/files/pt-br/web/api/document_object_model/introduction/index.html
index 010a5ecd54..667d6f1cfc 100644
--- a/files/pt-br/web/api/document_object_model/introduction/index.html
+++ b/files/pt-br/web/api/document_object_model/introduction/index.html
@@ -1,7 +1,8 @@
---
title: Introdução ao DOM
-slug: DOM/Referencia_do_DOM/Introdução
+slug: Web/API/Document_Object_Model/Introduction
translation_of: Web/API/Document_Object_Model/Introduction
+original_slug: DOM/Referencia_do_DOM/Introdução
---
<p><span class="seoSummary">O DOM (Document Object Model) é a representação de dados dos objetos que compõem a estrutura e o conteúdo de um documento na Web. Neste guia, apresentaremos brevemente o DOM. Veremos como o DOM representa um documento {{Glossary ("HTML")}} ou {{Glossary ("XML")}} na memória e como você usa APIs para criar aplicativos e conteúdo da Web.</span></p>
diff --git a/files/pt-br/web/api/document_object_model/whitespace/index.html b/files/pt-br/web/api/document_object_model/whitespace/index.html
index f4bebc3678..61efe15ee1 100644
--- a/files/pt-br/web/api/document_object_model/whitespace/index.html
+++ b/files/pt-br/web/api/document_object_model/whitespace/index.html
@@ -1,10 +1,11 @@
---
title: Whitespace no DOM
-slug: DOM/Referencia_do_DOM/Whitespace_in_the_DOM
+slug: Web/API/Document_Object_Model/Whitespace
tags:
- DOM
- Intermediário
translation_of: Web/API/Document_Object_Model/Whitespace
+original_slug: DOM/Referencia_do_DOM/Whitespace_in_the_DOM
---
<h2 id="The_issue" name="The_issue">O problema</h2>