aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api')
-rw-r--r--files/ru/web/api/document/doctype/index.html2
-rw-r--r--files/ru/web/api/document/document/index.html2
-rw-r--r--files/ru/web/api/document/documenturiobject/index.html2
-rw-r--r--files/ru/web/api/document_object_model/events/index.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/files/ru/web/api/document/doctype/index.html b/files/ru/web/api/document/doctype/index.html
index acebc2f5bd..a9f25036e2 100644
--- a/files/ru/web/api/document/doctype/index.html
+++ b/files/ru/web/api/document/doctype/index.html
@@ -2,7 +2,7 @@
title: Document.doctype
slug: Web/API/Document/doctype
tags:
- - ДОМ
+ - DOM
- Документ
- Отсылка
- Свойство
diff --git a/files/ru/web/api/document/document/index.html b/files/ru/web/api/document/document/index.html
index 0ba1862ff7..1d084cb644 100644
--- a/files/ru/web/api/document/document/index.html
+++ b/files/ru/web/api/document/document/index.html
@@ -3,7 +3,7 @@ title: Document()
slug: Web/API/Document/Document
tags:
- API
- - ДОМ
+ - DOM
- Документ
- Конструктор
translation_of: Web/API/Document/Document
diff --git a/files/ru/web/api/document/documenturiobject/index.html b/files/ru/web/api/document/documenturiobject/index.html
index 9eadd3b681..93d33b1d2c 100644
--- a/files/ru/web/api/document/documenturiobject/index.html
+++ b/files/ru/web/api/document/documenturiobject/index.html
@@ -2,7 +2,7 @@
title: Document.documentURIObject
slug: Web/API/Document/documentURIObject
tags:
- - свойства дом
+ - свойства DOM
translation_of: Web/API/Document/documentURIObject
---
<p>{{ ApiRef("DOM") }}</p>
diff --git a/files/ru/web/api/document_object_model/events/index.html b/files/ru/web/api/document_object_model/events/index.html
index eb3a257182..baf74bbb29 100644
--- a/files/ru/web/api/document_object_model/events/index.html
+++ b/files/ru/web/api/document_object_model/events/index.html
@@ -76,6 +76,6 @@ function greet (event) {
<ul>
<li><a href="/ru/docs/Web/API/Document_Object_Model">DOM Ссылка</a></li>
<li><a href="/ru/docs/Web/API/Document_Object_Model/Introduction">Введение в DOM</a></li>
- <li><a href="/ru/docs/Web/API/Document_Object_Model/Events">События и ДОМ</a></li>
+ <li><a href="/ru/docs/Web/API/Document_Object_Model/Events">События и DOM</a></li>
<li><a href="/ru/docs/Web/API/Document_Object_Model/Examples">Примеры</a></li>
</ul>