aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/web/api/document_object_model
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:50:25 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:50:25 +0100
commit8519a85da1acd5b7863268b6cf6f9e4fd14bcf31 (patch)
treee1913952f832b4143627130e94a6eb117da5de79 /files/pt-pt/web/api/document_object_model
parent2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e (diff)
downloadtranslated-content-8519a85da1acd5b7863268b6cf6f9e4fd14bcf31.tar.gz
translated-content-8519a85da1acd5b7863268b6cf6f9e4fd14bcf31.tar.bz2
translated-content-8519a85da1acd5b7863268b6cf6f9e4fd14bcf31.zip
unslug pt-pt: modify
Diffstat (limited to 'files/pt-pt/web/api/document_object_model')
-rw-r--r--files/pt-pt/web/api/document_object_model/index.html3
-rw-r--r--files/pt-pt/web/api/document_object_model/using_the_w3c_dom_level_1_core/index.html3
2 files changed, 4 insertions, 2 deletions
diff --git a/files/pt-pt/web/api/document_object_model/index.html b/files/pt-pt/web/api/document_object_model/index.html
index ea0cdc52f1..87bcf85174 100644
--- a/files/pt-pt/web/api/document_object_model/index.html
+++ b/files/pt-pt/web/api/document_object_model/index.html
@@ -1,6 +1,6 @@
---
title: Modelo de Objeto de Documento (DOM)
-slug: DOM/DOM_Reference
+slug: Web/API/Document_Object_Model
tags:
- API
- DOM
@@ -9,6 +9,7 @@ tags:
- Referencia
- TopicStub
translation_of: Web/API/Document_Object_Model
+original_slug: DOM/DOM_Reference
---
<div>{{DefaultAPISidebar("DOM")}}</div>
diff --git a/files/pt-pt/web/api/document_object_model/using_the_w3c_dom_level_1_core/index.html b/files/pt-pt/web/api/document_object_model/using_the_w3c_dom_level_1_core/index.html
index ff80acdcf4..1f9949733b 100644
--- a/files/pt-pt/web/api/document_object_model/using_the_w3c_dom_level_1_core/index.html
+++ b/files/pt-pt/web/api/document_object_model/using_the_w3c_dom_level_1_core/index.html
@@ -1,9 +1,10 @@
---
title: Utilizando o Núcleo DOM de Nível 1 do W3C
-slug: Using_the_W3C_DOM_Level_1_Core
+slug: Web/API/Document_object_model/Using_the_W3C_DOM_Level_1_Core
tags:
- DOM
translation_of: Web/API/Document_object_model/Using_the_W3C_DOM_Level_1_Core
+original_slug: Using_the_W3C_DOM_Level_1_Core
---
<p>O 'Núcleo DOM de Nível 1 do W3C' é um modelo de objetos poderoso para alterar o conteúdo de uma árvore de documentos. É suportado em todos os navegadores principais, incluindo o Mozilla Firefox e o Microsoft Internet Explorer. É uma base poderosa para scrips na <em>Web</em>.</p>