From 906182e62d7eb1efba5403b733aae0537dd2a09f Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:48:48 +0100 Subject: unslug nl: modify --- files/nl/conflicting/web/api/document_object_model/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'files/nl/conflicting/web/api/document_object_model') 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 ---

The Document Object Model (DOM) 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.

-- cgit v1.2.3-54-g00ecf