From e3e12548adeb7e1dcfc4d5b32884a225ee2b499d Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 10 Dec 2020 15:07:40 -0500 Subject: adding translation_of_original to front-matter --- files/de/web/guide/dom/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'files/de/web/guide/dom') diff --git a/files/de/web/guide/dom/index.html b/files/de/web/guide/dom/index.html index 997730a412..fc26bc0bee 100644 --- a/files/de/web/guide/dom/index.html +++ b/files/de/web/guide/dom/index.html @@ -8,6 +8,7 @@ tags: - NeedsTranslation - TopicStub translation_of: Web/API/Document_Object_Model +translation_of_original: Web/Guide/API/DOM ---

{{draft}}

The Document Object Model is an API for HTML and XML 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.

-- cgit v1.2.3-54-g00ecf