aboutsummaryrefslogtreecommitdiff
path: root/files/nl/conflicting/web/api/document_object_model
diff options
context:
space:
mode:
Diffstat (limited to 'files/nl/conflicting/web/api/document_object_model')
-rw-r--r--files/nl/conflicting/web/api/document_object_model/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/nl/conflicting/web/api/document_object_model/index.html b/files/nl/conflicting/web/api/document_object_model/index.html
index 7caa501c32..7c1c5bb8f1 100644
--- a/files/nl/conflicting/web/api/document_object_model/index.html
+++ b/files/nl/conflicting/web/api/document_object_model/index.html
@@ -1,10 +1,11 @@
---
title: DOM
-slug: DOM
+slug: conflicting/Web/API/Document_Object_Model
tags:
- DOM
translation_of: Web/API/Document_Object_Model
translation_of_original: DOM
+original_slug: DOM
---
<p>The <strong>Document Object Model (<em>DOM</em>)</strong> is a programming interface for HTML, XML and SVG documents. It provides a structured representation of the document (a tree) and it defines a way that the structure can be accessed from programs so that they can change the document structure, style and content. The DOM provides a representation of the document as a structured group of nodes and objects that have properties and methods. Nodes can also have event handlers attached to them, and once that event is triggered the event handlers get executed. Essentially, it connects web pages to scripts or programming languages.</p>