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/ja/dom/about_the_document_object_model/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'files/ja/dom/about_the_document_object_model') diff --git a/files/ja/dom/about_the_document_object_model/index.html b/files/ja/dom/about_the_document_object_model/index.html index 15b751be6e..736d3074ba 100644 --- a/files/ja/dom/about_the_document_object_model/index.html +++ b/files/ja/dom/about_the_document_object_model/index.html @@ -4,6 +4,7 @@ slug: DOM/About_the_Document_Object_Model tags: - DOM translation_of: Web/API/Document_Object_Model +translation_of_original: DOM/About_the_Document_Object_Model ---

DOM とは何か?

Document Object ModelHTMLXML ドキュメントへの API です。これは、ドキュメントの構造的な表現、その内容を変更可能にすること、そして視覚的なプレゼンテーションを提供します。本質的には、ウェブページをスクリプト又はプログラミング言語と結合します。

-- cgit v1.2.3-54-g00ecf