aboutsummaryrefslogtreecommitdiff
path: root/files/es/conflicting/web/api/document_object_model_656f0e51418b39c498011268be9b3a10
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
commit8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch)
tree616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/conflicting/web/api/document_object_model_656f0e51418b39c498011268be9b3a10
parenta55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff)
downloadtranslated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip
unslug es: modify
Diffstat (limited to 'files/es/conflicting/web/api/document_object_model_656f0e51418b39c498011268be9b3a10')
-rw-r--r--files/es/conflicting/web/api/document_object_model_656f0e51418b39c498011268be9b3a10/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/conflicting/web/api/document_object_model_656f0e51418b39c498011268be9b3a10/index.html b/files/es/conflicting/web/api/document_object_model_656f0e51418b39c498011268be9b3a10/index.html
index fc26bc0bee..9e3c7c7c46 100644
--- a/files/es/conflicting/web/api/document_object_model_656f0e51418b39c498011268be9b3a10/index.html
+++ b/files/es/conflicting/web/api/document_object_model_656f0e51418b39c498011268be9b3a10/index.html
@@ -1,6 +1,6 @@
---
title: DOM developer guide
-slug: Web/Guide/DOM
+slug: conflicting/Web/API/Document_Object_Model_656f0e51418b39c498011268be9b3a10
tags:
- API
- DOM
@@ -9,6 +9,7 @@ tags:
- TopicStub
translation_of: Web/API/Document_Object_Model
translation_of_original: Web/Guide/API/DOM
+original_slug: Web/Guide/DOM
---
<p>{{draft}}</p>
<p>The <a href="/docs/DOM">Document Object Model</a> is an API for <a href="/en-US/docs/HTML">HTML</a> and <a href="/en-US/docs/XML">XML</a> documents. It provides a structural representation of the document, enabling the developer to modify its content and visual presentation. Essentially, it connects web pages to scripts or programming languages.</p>