aboutsummaryrefslogtreecommitdiff
path: root/files/ru
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-03-24 00:27:57 +0000
committerMDN <actions@users.noreply.github.com>2021-03-24 00:27:57 +0000
commit8d7ad7715e19a445def22de6d5f3d9519cebe69e (patch)
treedfeab89fe885baadfaa3629850e4dbf53a9a8669 /files/ru
parent0511ab6f682be0c8401377e50cd4a164e87ec589 (diff)
downloadtranslated-content-8d7ad7715e19a445def22de6d5f3d9519cebe69e.tar.gz
translated-content-8d7ad7715e19a445def22de6d5f3d9519cebe69e.tar.bz2
translated-content-8d7ad7715e19a445def22de6d5f3d9519cebe69e.zip
[CRON] sync translated content
Diffstat (limited to 'files/ru')
-rw-r--r--files/ru/_redirects.txt4
-rw-r--r--files/ru/_wikihistory.json54
-rw-r--r--files/ru/web/api/element/childelementcount/index.html (renamed from files/ru/web/api/parentnode/childelementcount/index.html)3
-rw-r--r--files/ru/web/api/element/localname/index.html (renamed from files/ru/web/api/node/localname/index.html)3
-rw-r--r--files/ru/web/api/element/namespaceuri/index.html (renamed from files/ru/web/api/node/namespaceuri/index.html)3
-rw-r--r--files/ru/web/api/element/prefix/index.html (renamed from files/ru/web/api/node/prefix/index.html)3
6 files changed, 39 insertions, 31 deletions
diff --git a/files/ru/_redirects.txt b/files/ru/_redirects.txt
index 7eab514f1e..85133135bb 100644
--- a/files/ru/_redirects.txt
+++ b/files/ru/_redirects.txt
@@ -443,11 +443,15 @@
/ru/docs/Web/API/Node.textContent /ru/docs/Web/API/Node/textContent
/ru/docs/Web/API/Node/baseURIObject /ru/docs/conflicting/Web/API/Node
/ru/docs/Web/API/Node/innerText /ru/docs/Web/API/HTMLElement/innerText
+/ru/docs/Web/API/Node/localName /ru/docs/Web/API/Element/localName
+/ru/docs/Web/API/Node/namespaceURI /ru/docs/Web/API/Element/namespaceURI
/ru/docs/Web/API/Node/nodePrincipal /ru/docs/conflicting/Web/API/Node_378aed5ed6869e50853edbc988cf9556
+/ru/docs/Web/API/Node/prefix /ru/docs/Web/API/Element/prefix
/ru/docs/Web/API/NonDocumentTypeChildNode /ru/docs/conflicting/Web/API/Element_861159909c20acebf8e506c3bb0e2f7e
/ru/docs/Web/API/NonDocumentTypeChildNode/NonDocumentTypeChildNode.nextElementSibling /ru/docs/Web/API/Element/nextElementSibling
/ru/docs/Web/API/NonDocumentTypeChildNode/nextElementSibling /ru/docs/Web/API/Element/nextElementSibling
/ru/docs/Web/API/NonDocumentTypeChildNode/previousElementSibling /ru/docs/Web/API/Element/previousElementSibling
+/ru/docs/Web/API/ParentNode/childElementCount /ru/docs/Web/API/Element/childElementCount
/ru/docs/Web/API/PositionError /ru/docs/Web/API/GeolocationPositionError
/ru/docs/Web/API/Push_API/Using_the_Push_API /ru/docs/conflicting/Web/API/Push_API
/ru/docs/Web/API/RandomSource /ru/docs/conflicting/Web/API/Crypto/getRandomValues
diff --git a/files/ru/_wikihistory.json b/files/ru/_wikihistory.json
index 196f623a1a..5dd055588e 100644
--- a/files/ru/_wikihistory.json
+++ b/files/ru/_wikihistory.json
@@ -6680,12 +6680,6 @@
"Yuri"
]
},
- "Web/API/Node/localName": {
- "modified": "2019-03-23T22:53:27.435Z",
- "contributors": [
- "AlexAlex"
- ]
- },
"Web/API/Node/lookupNamespaceURI": {
"modified": "2019-03-23T22:53:25.440Z",
"contributors": [
@@ -6698,12 +6692,6 @@
"AlexAlex"
]
},
- "Web/API/Node/namespaceURI": {
- "modified": "2019-03-23T22:53:39.665Z",
- "contributors": [
- "AlexAlex"
- ]
- },
"Web/API/Node/nextSibling": {
"modified": "2019-03-23T22:53:34.071Z",
"contributors": [
@@ -6767,12 +6755,6 @@
"Troynov"
]
},
- "Web/API/Node/prefix": {
- "modified": "2019-03-23T22:53:39.207Z",
- "contributors": [
- "AlexAlex"
- ]
- },
"Web/API/Node/previousSibling": {
"modified": "2019-03-23T22:53:39.334Z",
"contributors": [
@@ -6846,15 +6828,6 @@
"madebydima"
]
},
- "Web/API/ParentNode/childElementCount": {
- "modified": "2019-08-28T05:06:44.542Z",
- "contributors": [
- "Yialo",
- "vitya-ne",
- "alexsakhnov",
- "In4in"
- ]
- },
"Web/API/ParentNode/children": {
"modified": "2019-09-25T14:03:42.278Z",
"contributors": [
@@ -25988,5 +25961,32 @@
"contributors": [
"YakovL"
]
+ },
+ "Web/API/Element/localName": {
+ "modified": "2019-03-23T22:53:27.435Z",
+ "contributors": [
+ "AlexAlex"
+ ]
+ },
+ "Web/API/Element/namespaceURI": {
+ "modified": "2019-03-23T22:53:39.665Z",
+ "contributors": [
+ "AlexAlex"
+ ]
+ },
+ "Web/API/Element/prefix": {
+ "modified": "2019-03-23T22:53:39.207Z",
+ "contributors": [
+ "AlexAlex"
+ ]
+ },
+ "Web/API/Element/childElementCount": {
+ "modified": "2019-08-28T05:06:44.542Z",
+ "contributors": [
+ "Yialo",
+ "vitya-ne",
+ "alexsakhnov",
+ "In4in"
+ ]
}
} \ No newline at end of file
diff --git a/files/ru/web/api/parentnode/childelementcount/index.html b/files/ru/web/api/element/childelementcount/index.html
index 39329d5842..4e5469b731 100644
--- a/files/ru/web/api/parentnode/childelementcount/index.html
+++ b/files/ru/web/api/element/childelementcount/index.html
@@ -1,6 +1,6 @@
---
title: Node.childElementCount
-slug: Web/API/ParentNode/childElementCount
+slug: Web/API/Element/childElementCount
tags:
- API
- DOM
@@ -8,6 +8,7 @@ tags:
- Property
- Reference
translation_of: Web/API/ParentNode/childElementCount
+original_slug: Web/API/ParentNode/childElementCount
---
<div>
<p>{{ APIRef("DOM") }}</p>
diff --git a/files/ru/web/api/node/localname/index.html b/files/ru/web/api/element/localname/index.html
index 9347aea3d0..5512a8c180 100644
--- a/files/ru/web/api/node/localname/index.html
+++ b/files/ru/web/api/element/localname/index.html
@@ -1,7 +1,8 @@
---
title: Node.localName
-slug: Web/API/Node/localName
+slug: Web/API/Element/localName
translation_of: Web/API/Node/localName
+original_slug: Web/API/Node/localName
---
<div>
<div>{{APIRef("DOM")}}</div>
diff --git a/files/ru/web/api/node/namespaceuri/index.html b/files/ru/web/api/element/namespaceuri/index.html
index aceba64d3f..a9c6516acc 100644
--- a/files/ru/web/api/node/namespaceuri/index.html
+++ b/files/ru/web/api/element/namespaceuri/index.html
@@ -1,7 +1,8 @@
---
title: Node.namespaceURI
-slug: Web/API/Node/namespaceURI
+slug: Web/API/Element/namespaceURI
translation_of: Web/API/Node/namespaceURI
+original_slug: Web/API/Node/namespaceURI
---
<div>
<div>{{APIRef("DOM")}}</div>
diff --git a/files/ru/web/api/node/prefix/index.html b/files/ru/web/api/element/prefix/index.html
index fe218e0507..5b2680cce5 100644
--- a/files/ru/web/api/node/prefix/index.html
+++ b/files/ru/web/api/element/prefix/index.html
@@ -1,7 +1,8 @@
---
title: Node.prefix
-slug: Web/API/Node/prefix
+slug: Web/API/Element/prefix
translation_of: Web/API/Node/prefix
+original_slug: Web/API/Node/prefix
---
<div>
<div>{{APIRef("DOM")}}</div>