aboutsummaryrefslogtreecommitdiff
path: root/files/ja/conflicting/web/api/document_object_model_226486dcf4878082093d6899a9e478cc
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:08:35 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:08:35 +0100
commit9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f (patch)
tree3eabcb7c51657ecbaf7acb8e9de10af73e86d96c /files/ja/conflicting/web/api/document_object_model_226486dcf4878082093d6899a9e478cc
parent6ef1fa4618e08426b874529619a66adbd3d1fcf0 (diff)
downloadtranslated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.tar.gz
translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.tar.bz2
translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.zip
unslug ja: modify
Diffstat (limited to 'files/ja/conflicting/web/api/document_object_model_226486dcf4878082093d6899a9e478cc')
-rw-r--r--files/ja/conflicting/web/api/document_object_model_226486dcf4878082093d6899a9e478cc/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ja/conflicting/web/api/document_object_model_226486dcf4878082093d6899a9e478cc/index.html b/files/ja/conflicting/web/api/document_object_model_226486dcf4878082093d6899a9e478cc/index.html
index 736d3074ba..1e7a64cc83 100644
--- a/files/ja/conflicting/web/api/document_object_model_226486dcf4878082093d6899a9e478cc/index.html
+++ b/files/ja/conflicting/web/api/document_object_model_226486dcf4878082093d6899a9e478cc/index.html
@@ -1,10 +1,11 @@
---
title: DOM (Document Object Model) について
-slug: DOM/About_the_Document_Object_Model
+slug: conflicting/Web/API/Document_Object_Model_226486dcf4878082093d6899a9e478cc
tags:
- DOM
translation_of: Web/API/Document_Object_Model
translation_of_original: DOM/About_the_Document_Object_Model
+original_slug: DOM/About_the_Document_Object_Model
---
<h2 id="What_is_the_DOM.3F" name="What_is_the_DOM.3F">DOM とは何か?</h2>
<p><a href="/ja/docs/DOM">Document Object Model</a> は <a href="/ja/docs/HTML">HTML</a> と <a href="/ja/docs/XML">XML</a> ドキュメントへの API です。これは、ドキュメントの構造的な表現、その内容を変更可能にすること、そして視覚的なプレゼンテーションを提供します。本質的には、ウェブページをスクリプト又はプログラミング言語と結合します。</p>