diff options
author | MDN <actions@users.noreply.github.com> | 2021-03-24 00:27:57 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-03-24 00:27:57 +0000 |
commit | 8d7ad7715e19a445def22de6d5f3d9519cebe69e (patch) | |
tree | dfeab89fe885baadfaa3629850e4dbf53a9a8669 /files/ru/web | |
parent | 0511ab6f682be0c8401377e50cd4a164e87ec589 (diff) | |
download | translated-content-8d7ad7715e19a445def22de6d5f3d9519cebe69e.tar.gz translated-content-8d7ad7715e19a445def22de6d5f3d9519cebe69e.tar.bz2 translated-content-8d7ad7715e19a445def22de6d5f3d9519cebe69e.zip |
[CRON] sync translated content
Diffstat (limited to 'files/ru/web')
-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 |
4 files changed, 8 insertions, 4 deletions
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> |