diff options
Diffstat (limited to 'files/ru/web/api')
-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> |