aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-23 16:07:03 +0100
committerGitHub <noreply@github.com>2021-02-23 16:07:03 +0100
commite9c769a97b2fc7b23417948e946c8c516548f50f (patch)
treea24048bf04ef74e6c86f2812adb3a8cece185a74 /files/ru/web
parent10701ffef1cb57f06970990b9b7086ea7f24a019 (diff)
parent3cf10f5483f2abfa4d87b2279967277213e28908 (diff)
downloadtranslated-content-e9c769a97b2fc7b23417948e946c8c516548f50f.tar.gz
translated-content-e9c769a97b2fc7b23417948e946c8c516548f50f.tar.bz2
translated-content-e9c769a97b2fc7b23417948e946c8c516548f50f.zip
Merge pull request #69 from fiji-flo/sync-translated-content-1
Sync translated content 1
Diffstat (limited to 'files/ru/web')
-rw-r--r--files/ru/web/api/document/activeelement/index.html (renamed from files/ru/web/api/documentorshadowroot/activeelement/index.html)4
-rw-r--r--files/ru/web/api/element/nextelementsibling/index.html (renamed from files/ru/web/api/nondocumenttypechildnode/nextelementsibling/index.html)4
-rw-r--r--files/ru/web/api/element/previouselementsibling/index.html (renamed from files/ru/web/api/nondocumenttypechildnode/previouselementsibling/index.html)3
-rw-r--r--files/ru/web/api/htmlanchorelement/hash/index.html (renamed from files/ru/web/api/htmlhyperlinkelementutils/hash/index.html)3
-rw-r--r--files/ru/web/api/htmlanchorelement/host/index.html (renamed from files/ru/web/api/htmlhyperlinkelementutils/host/index.html)3
-rw-r--r--files/ru/web/api/htmlanchorelement/hostname/index.html (renamed from files/ru/web/api/htmlhyperlinkelementutils/hostname/index.html)3
-rw-r--r--files/ru/web/api/htmlanchorelement/href/index.html (renamed from files/ru/web/api/htmlhyperlinkelementutils/href/index.html)3
-rw-r--r--files/ru/web/api/htmlanchorelement/origin/index.html (renamed from files/ru/web/api/htmlhyperlinkelementutils/origin/index.html)3
-rw-r--r--files/ru/web/api/htmlanchorelement/password/index.html (renamed from files/ru/web/api/htmlhyperlinkelementutils/password/index.html)3
-rw-r--r--files/ru/web/api/htmlanchorelement/pathname/index.html (renamed from files/ru/web/api/htmlhyperlinkelementutils/pathname/index.html)3
-rw-r--r--files/ru/web/api/htmlanchorelement/port/index.html (renamed from files/ru/web/api/htmlhyperlinkelementutils/port/index.html)3
-rw-r--r--files/ru/web/api/htmlanchorelement/protocol/index.html (renamed from files/ru/web/api/htmlhyperlinkelementutils/protocol/index.html)3
-rw-r--r--files/ru/web/api/htmlanchorelement/search/index.html (renamed from files/ru/web/api/htmlhyperlinkelementutils/search/index.html)3
-rw-r--r--files/ru/web/api/htmlanchorelement/tostring/index.html (renamed from files/ru/web/api/htmlhyperlinkelementutils/tostring/index.html)3
-rw-r--r--files/ru/web/api/htmlanchorelement/username/index.html (renamed from files/ru/web/api/htmlhyperlinkelementutils/username/index.html)3
-rw-r--r--files/ru/web/api/htmlhyperlinkelementutils/index.html178
-rw-r--r--files/ru/web/api/nondocumenttypechildnode/index.html132
17 files changed, 30 insertions, 327 deletions
diff --git a/files/ru/web/api/documentorshadowroot/activeelement/index.html b/files/ru/web/api/document/activeelement/index.html
index 4261eee4e9..b28755df42 100644
--- a/files/ru/web/api/documentorshadowroot/activeelement/index.html
+++ b/files/ru/web/api/document/activeelement/index.html
@@ -1,6 +1,6 @@
---
title: Document.activeElement
-slug: Web/API/DocumentOrShadowRoot/activeElement
+slug: Web/API/Document/activeElement
tags:
- API
- Document
@@ -9,7 +9,7 @@ tags:
- Reference
translation_of: Web/API/DocumentOrShadowRoot/activeElement
translation_of_original: Web/API/Document/activeElement
-original_slug: Web/API/Document/activeElement
+original_slug: Web/API/DocumentOrShadowRoot/activeElement
---
<p>{{ ApiRef() }}</p>
diff --git a/files/ru/web/api/nondocumenttypechildnode/nextelementsibling/index.html b/files/ru/web/api/element/nextelementsibling/index.html
index 1e8d05c4c2..6c811adbe2 100644
--- a/files/ru/web/api/nondocumenttypechildnode/nextelementsibling/index.html
+++ b/files/ru/web/api/element/nextelementsibling/index.html
@@ -1,8 +1,8 @@
---
title: NonDocumentTypeChildNode.nextElementSibling
-slug: Web/API/NonDocumentTypeChildNode/nextElementSibling
+slug: Web/API/Element/nextElementSibling
translation_of: Web/API/NonDocumentTypeChildNode/nextElementSibling
-original_slug: Web/API/NonDocumentTypeChildNode/NonDocumentTypeChildNode.nextElementSibling
+original_slug: Web/API/NonDocumentTypeChildNode/nextElementSibling
---
<div>{{APIRef("DOM")}}</div>
diff --git a/files/ru/web/api/nondocumenttypechildnode/previouselementsibling/index.html b/files/ru/web/api/element/previouselementsibling/index.html
index 2cc659ef51..1e6ab64268 100644
--- a/files/ru/web/api/nondocumenttypechildnode/previouselementsibling/index.html
+++ b/files/ru/web/api/element/previouselementsibling/index.html
@@ -1,7 +1,8 @@
---
title: NonDocumentTypeChildNode.previousElementSibling
-slug: Web/API/NonDocumentTypeChildNode/previousElementSibling
+slug: Web/API/Element/previousElementSibling
translation_of: Web/API/NonDocumentTypeChildNode/previousElementSibling
+original_slug: Web/API/NonDocumentTypeChildNode/previousElementSibling
---
<div>
<div>{{APIRef("DOM")}}</div>
diff --git a/files/ru/web/api/htmlhyperlinkelementutils/hash/index.html b/files/ru/web/api/htmlanchorelement/hash/index.html
index 8a135ab828..e190f78636 100644
--- a/files/ru/web/api/htmlhyperlinkelementutils/hash/index.html
+++ b/files/ru/web/api/htmlanchorelement/hash/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.hash
-slug: Web/API/HTMLHyperlinkElementUtils/hash
+slug: Web/API/HTMLAnchorElement/hash
tags:
- API
- Experimental
@@ -8,6 +8,7 @@ tags:
- Property
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/hash
+original_slug: Web/API/HTMLHyperlinkElementUtils/hash
---
<p>{{ APIRef("URLUtils") }}</p>
diff --git a/files/ru/web/api/htmlhyperlinkelementutils/host/index.html b/files/ru/web/api/htmlanchorelement/host/index.html
index 742386e83b..33179c114f 100644
--- a/files/ru/web/api/htmlhyperlinkelementutils/host/index.html
+++ b/files/ru/web/api/htmlanchorelement/host/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.host
-slug: Web/API/HTMLHyperlinkElementUtils/host
+slug: Web/API/HTMLAnchorElement/host
tags:
- API
- Experimental
@@ -8,6 +8,7 @@ tags:
- Property
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/host
+original_slug: Web/API/HTMLHyperlinkElementUtils/host
---
<div>{{ApiRef("URL API")}}</div>
diff --git a/files/ru/web/api/htmlhyperlinkelementutils/hostname/index.html b/files/ru/web/api/htmlanchorelement/hostname/index.html
index da06c3dcb6..ef35c6709f 100644
--- a/files/ru/web/api/htmlhyperlinkelementutils/hostname/index.html
+++ b/files/ru/web/api/htmlanchorelement/hostname/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.hostname
-slug: Web/API/HTMLHyperlinkElementUtils/hostname
+slug: Web/API/HTMLAnchorElement/hostname
tags:
- API
- Experimental
@@ -8,6 +8,7 @@ tags:
- Property
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/hostname
+original_slug: Web/API/HTMLHyperlinkElementUtils/hostname
---
<p>{{ApiRef("URL API")}}</p>
diff --git a/files/ru/web/api/htmlhyperlinkelementutils/href/index.html b/files/ru/web/api/htmlanchorelement/href/index.html
index 03a52f2e51..0f03176a62 100644
--- a/files/ru/web/api/htmlhyperlinkelementutils/href/index.html
+++ b/files/ru/web/api/htmlanchorelement/href/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.href
-slug: Web/API/HTMLHyperlinkElementUtils/href
+slug: Web/API/HTMLAnchorElement/href
tags:
- API
- Experimental
@@ -10,6 +10,7 @@ tags:
- Reference
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/href
+original_slug: Web/API/HTMLHyperlinkElementUtils/href
---
<p>{{ApiRef("URL API")}}</p>
diff --git a/files/ru/web/api/htmlhyperlinkelementutils/origin/index.html b/files/ru/web/api/htmlanchorelement/origin/index.html
index b0e6b46e2e..571cc669db 100644
--- a/files/ru/web/api/htmlhyperlinkelementutils/origin/index.html
+++ b/files/ru/web/api/htmlanchorelement/origin/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.origin
-slug: Web/API/HTMLHyperlinkElementUtils/origin
+slug: Web/API/HTMLAnchorElement/origin
tags:
- API
- Experimental
@@ -10,6 +10,7 @@ tags:
- Reference
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/origin
+original_slug: Web/API/HTMLHyperlinkElementUtils/origin
---
<p>{{APIRef("URL API")}}</p>
diff --git a/files/ru/web/api/htmlhyperlinkelementutils/password/index.html b/files/ru/web/api/htmlanchorelement/password/index.html
index 668749a367..c6a5751d25 100644
--- a/files/ru/web/api/htmlhyperlinkelementutils/password/index.html
+++ b/files/ru/web/api/htmlanchorelement/password/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.password
-slug: Web/API/HTMLHyperlinkElementUtils/password
+slug: Web/API/HTMLAnchorElement/password
tags:
- API
- Experimental
@@ -8,6 +8,7 @@ tags:
- Property
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/password
+original_slug: Web/API/HTMLHyperlinkElementUtils/password
---
<p>{{ApiRef("URL API")}}</p>
diff --git a/files/ru/web/api/htmlhyperlinkelementutils/pathname/index.html b/files/ru/web/api/htmlanchorelement/pathname/index.html
index 9f6fb68608..ceda85555f 100644
--- a/files/ru/web/api/htmlhyperlinkelementutils/pathname/index.html
+++ b/files/ru/web/api/htmlanchorelement/pathname/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.pathname
-slug: Web/API/HTMLHyperlinkElementUtils/pathname
+slug: Web/API/HTMLAnchorElement/pathname
tags:
- API
- Experimental
@@ -8,6 +8,7 @@ tags:
- Property
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/pathname
+original_slug: Web/API/HTMLHyperlinkElementUtils/pathname
---
<p>{{ApiRef("URL API")}}</p>
diff --git a/files/ru/web/api/htmlhyperlinkelementutils/port/index.html b/files/ru/web/api/htmlanchorelement/port/index.html
index 2ab4461fc4..5cb032d0c5 100644
--- a/files/ru/web/api/htmlhyperlinkelementutils/port/index.html
+++ b/files/ru/web/api/htmlanchorelement/port/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.port
-slug: Web/API/HTMLHyperlinkElementUtils/port
+slug: Web/API/HTMLAnchorElement/port
tags:
- API
- Experimental
@@ -8,6 +8,7 @@ tags:
- Property
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/port
+original_slug: Web/API/HTMLHyperlinkElementUtils/port
---
<p>{{ApiRef("URL API")}}</p>
diff --git a/files/ru/web/api/htmlhyperlinkelementutils/protocol/index.html b/files/ru/web/api/htmlanchorelement/protocol/index.html
index d7b3b4327f..7de2513b9f 100644
--- a/files/ru/web/api/htmlhyperlinkelementutils/protocol/index.html
+++ b/files/ru/web/api/htmlanchorelement/protocol/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.protocol
-slug: Web/API/HTMLHyperlinkElementUtils/protocol
+slug: Web/API/HTMLAnchorElement/protocol
tags:
- API
- Experimental
@@ -8,6 +8,7 @@ tags:
- Property
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/protocol
+original_slug: Web/API/HTMLHyperlinkElementUtils/protocol
---
<p>{{ApiRef("URL API")}}</p>
diff --git a/files/ru/web/api/htmlhyperlinkelementutils/search/index.html b/files/ru/web/api/htmlanchorelement/search/index.html
index 7c23ed4fc8..18b716d835 100644
--- a/files/ru/web/api/htmlhyperlinkelementutils/search/index.html
+++ b/files/ru/web/api/htmlanchorelement/search/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.search
-slug: Web/API/HTMLHyperlinkElementUtils/search
+slug: Web/API/HTMLAnchorElement/search
tags:
- API
- Experimental
@@ -8,6 +8,7 @@ tags:
- Property
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/search
+original_slug: Web/API/HTMLHyperlinkElementUtils/search
---
<p>{{ApiRef("URL API")}}</p>
diff --git a/files/ru/web/api/htmlhyperlinkelementutils/tostring/index.html b/files/ru/web/api/htmlanchorelement/tostring/index.html
index aa8d9362c0..1b02751e90 100644
--- a/files/ru/web/api/htmlhyperlinkelementutils/tostring/index.html
+++ b/files/ru/web/api/htmlanchorelement/tostring/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.toString()
-slug: Web/API/HTMLHyperlinkElementUtils/toString
+slug: Web/API/HTMLAnchorElement/toString
tags:
- API
- Experimental
@@ -10,6 +10,7 @@ tags:
- Stringifier
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/toString
+original_slug: Web/API/HTMLHyperlinkElementUtils/toString
---
<p>{{ApiRef("URL API")}}</p>
diff --git a/files/ru/web/api/htmlhyperlinkelementutils/username/index.html b/files/ru/web/api/htmlanchorelement/username/index.html
index c4da9f8b58..c212668e7e 100644
--- a/files/ru/web/api/htmlhyperlinkelementutils/username/index.html
+++ b/files/ru/web/api/htmlanchorelement/username/index.html
@@ -1,6 +1,6 @@
---
title: HTMLHyperlinkElementUtils.username
-slug: Web/API/HTMLHyperlinkElementUtils/username
+slug: Web/API/HTMLAnchorElement/username
tags:
- API
- Experimental
@@ -8,6 +8,7 @@ tags:
- Property
- URL API
translation_of: Web/API/HTMLHyperlinkElementUtils/username
+original_slug: Web/API/HTMLHyperlinkElementUtils/username
---
<p>{{ApiRef("URL API")}}</p>
diff --git a/files/ru/web/api/htmlhyperlinkelementutils/index.html b/files/ru/web/api/htmlhyperlinkelementutils/index.html
deleted file mode 100644
index 2abe580d83..0000000000
--- a/files/ru/web/api/htmlhyperlinkelementutils/index.html
+++ /dev/null
@@ -1,178 +0,0 @@
----
-title: HTMLHyperlinkElementUtils
-slug: Web/API/HTMLHyperlinkElementUtils
-tags:
- - API
- - Experimental
- - Mixin
- - NeedsTranslation
- - TopicStub
- - URL API
-translation_of: Web/API/HTMLHyperlinkElementUtils
----
-<p>{{ApiRef("URL API")}}{{SeeCompatTable}}</p>
-
-<p>The <strong><code>HTMLHyperlinkElementUtils</code></strong> mixin defines utility methods and properties to work with {{domxref("HTMLAnchorElement")}} and {{domxref("HTMLAreaElement")}}. These utilities allow to deal with common features like URLs.</p>
-
-<p>There are no objects of this type, but several objects {{domxref("HTMLAnchorElement")}} and {{domxref("HTMLAreaElement")}} implement it.</p>
-
-<h2 id="Properties">Properties</h2>
-
-<p><em>This interface doesn't inherit any property.</em></p>
-
-<dl>
- <dt>{{domxref("HTMLHyperlinkElementUtils.href")}}</dt>
- <dd>Is a {{domxref("USVString")}} containing the whole URL.</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.protocol")}}</dt>
- <dd>Is a {{domxref("USVString")}} containing the protocol scheme of the URL, including the final <code>':'</code>.</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.host")}}</dt>
- <dd>Is a {{domxref("USVString")}} containing the host, that is the <em>hostname</em>, and then, if the <em>port</em> of the URL is not empty (which can happen because it was not specified or because it was specified to be the default port of the URL's scheme), a <code>':'</code>, and the <em>port</em> of the URL.</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.hostname")}}</dt>
- <dd>Is a {{domxref("USVString")}} containing the domain of the URL.</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.port")}}</dt>
- <dd>Is a {{domxref("USVString")}} containing the port number of the URL.</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.pathname")}}</dt>
- <dd>Is a {{domxref("USVString")}} containing an initial <code>'/'</code> followed by the path of the URL.</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.search")}}</dt>
- <dd>Is a {{domxref("USVString")}} containing a <code>'?'</code> followed by the parameters of the URL.</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.hash")}}</dt>
- <dd>Is a {{domxref("USVString")}} containing a <code>'#'</code> followed by the fragment identifier of the URL.</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.username")}}</dt>
- <dd>Is a {{domxref("USVString")}} containing the username specified before the domain name.</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.password")}}</dt>
- <dd>Is a {{domxref("USVString")}} containing the password specified before the domain name.</dd>
- <dt>{{domxref("HTMLHyperlinkElementUtils.origin")}} {{readonlyInline}}</dt>
- <dd>Returns a {{domxref("USVString")}} containing the origin of the URL, that is its scheme, its domain and its port.</dd>
-</dl>
-
-<h2 id="Methods">Methods</h2>
-
-<p><em>This interface doesn't inherit any method.</em></p>
-
-<dl>
- <dt>{{domxref("HTMLHyperlinkElementUtils.toString()")}}</dt>
- <dd>Returns a {{domxref("DOMString")}} containing the whole URL. It is a synonym for {{domxref("HTMLHyperlinkElementUtils.href")}}, though it can't be used to modify the value.</dd>
-</dl>
-
-<h2 id="Specifications">Specifications</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Status</th>
- <th scope="col">Comment</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('HTML WHATWG', '#htmlhyperlinkelementutils', 'HTMLHyperlinkElementUtils')}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Initial definition</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility">Browser compatibility</h2>
-
-<p>{{ CompatibilityTable() }}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>{{CompatNo}} [1]</td>
- <td>{{CompatGeckoDesktop("22")}} [2]</td>
- <td>{{CompatNo}} [1]</td>
- <td>{{CompatNo}} [1]</td>
- <td>{{CompatNo}} [1]</td>
- </tr>
- <tr>
- <td><code>username</code> and <code>password</code></td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatGeckoDesktop("26")}} [2]</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- <tr>
- <td><code>origin </code></td>
- <td>{{CompatVersionUnknown()}}</td>
- <td>{{CompatGeckoDesktop("26")}} [2]</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Android</th>
- <th>Chrome for Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>{{CompatNo}} [1]</td>
- <td>{{CompatNo}} [1]</td>
- <td>{{CompatGeckoMobile("22")}} [2]</td>
- <td>{{CompatNo}} [1]</td>
- <td>{{CompatNo}} [1]</td>
- <td>{{CompatNo}} [1]</td>
- </tr>
- <tr>
- <td><code>username</code> and <code>password</code></td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatGeckoMobile("26")}} [2]</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- <tr>
- <td><code>origin </code></td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatGeckoMobile("26")}} [2]</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>[1] Though not grouped in a single abstract interface, these methods are directly available on the interfaces that implement it, if this interface is supported.</p>
-
-<p>[2] This mixin was called <code>URLUtils</code> before Firefox 45, and was also implemented to other by other interfaces, like {{domxref("Location")}}. From Firefox 45, the other interfaces implements their own version of the properties and methods they need.</p>
-
-<h2 id="See_also">See also</h2>
-
-<ul>
- <li>Interfaces implementing this one: {{domxref("HTMLAnchorElement")}}, {{domxref("HTMLAreaElement")}}
- <dl><br>
- <dd> </dd>
- </dl>
- </li>
-</ul>
-
-<dl>
- <dd> </dd>
-</dl>
diff --git a/files/ru/web/api/nondocumenttypechildnode/index.html b/files/ru/web/api/nondocumenttypechildnode/index.html
deleted file mode 100644
index 20f5c6ea40..0000000000
--- a/files/ru/web/api/nondocumenttypechildnode/index.html
+++ /dev/null
@@ -1,132 +0,0 @@
----
-title: NonDocumentTypeChildNode
-slug: Web/API/NonDocumentTypeChildNode
-tags:
- - API
- - DOM
- - Interface
- - NeedsTranslation
- - Reference
- - TopicStub
-translation_of: Web/API/NonDocumentTypeChildNode
----
-<div>{{APIRef("DOM")}}</div>
-
-<p>The <code><strong>NonDocumentTypeChildNode</strong></code> interface contains methods that are particular to {{domxref("Node")}} objects that can have a parent, but not suitable for {{domxref("DocumentType")}}.</p>
-
-<p><code>NonDocumentTypeChildNode</code> is a raw interface and no object of this type can be created; it is implemented by {{domxref("Element")}}, and {{domxref("CharacterData")}} objects.</p>
-
-<h2 id="Properties">Properties</h2>
-
-<p><em>There is no inherited property.</em></p>
-
-<dl>
- <dt>{{domxref("NonDocumentTypeChildNode.previousElementSibling")}} {{readonlyInline}}</dt>
- <dd>Returns the {{domxref("Element")}} immediately prior to this node in its parent's children list, or <code>null</code> if there is no {{domxref("Element")}} in the list prior to this node.</dd>
- <dt>{{domxref("NonDocumentTypeChildNode.nextElementSibling")}} {{readonlyInline}}</dt>
- <dd>Returns the {{domxref("Element")}} immediately following this node in its parent's children list, or <code>null</code> if there is no {{domxref("Element")}} in the list following this node.</dd>
-</dl>
-
-<h2 id="Methods">Methods</h2>
-
-<p><em>There is neither inherited, nor specific method.</em></p>
-
-<h2 id="Specifications">Specifications</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Status</th>
- <th scope="col">Comment</th>
- </tr>
- <tr>
- <td>{{SpecName('DOM WHATWG', '#interface-childnode', 'NonDocumentTypeChildNode')}}</td>
- <td>{{Spec2('DOM WHATWG')}}</td>
- <td>Splitted the <code>ElementTraversal</code> interface in {{domxref("ParentNode")}}, {{domxref("ChildNode")}}, and <code>NonDocumentTypeChildNode</code>. The <code>previousElementSibling</code> and <code>nextElementSibling</code> are now defined on the latter.<br>
- The {{domxref("CharacterData")}} and {{domxref("Element")}} implemented the new interfaces.</td>
- </tr>
- <tr>
- <td>{{SpecName('Element Traversal', '#interface-elementTraversal', 'ElementTraversal')}}</td>
- <td>{{Spec2('Element Traversal')}}</td>
- <td>Added the initial definition of its properties to the <code>ElementTraversal</code> pure interface and use it on {{domxref("Element")}}.</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility">Browser compatibility</h2>
-
-<p>{{ CompatibilityTable() }}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Basic support (on {{domxref("Element")}})</td>
- <td>1.0</td>
- <td>{{CompatGeckoDesktop("1.9.1")}}</td>
- <td>9.0</td>
- <td>10.0</td>
- <td>4.0</td>
- </tr>
- <tr>
- <td>Support (on {{domxref("CharacterData")}})</td>
- <td>1.0</td>
- <td>{{CompatGeckoDesktop("25.0")}} [1]</td>
- <td>9.0</td>
- <td>10.0</td>
- <td>4.0</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Basic support (on {{domxref("Element")}})</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{CompatGeckoDesktop("1.9.1")}}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>10.0</td>
- <td>{{ CompatVersionUnknown() }}</td>
- </tr>
- <tr>
- <td>Support (on {{domxref("CharacterData")}})</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{CompatGeckoDesktop("25.0")}}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>10.0</td>
- <td>{{ CompatVersionUnknown() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>[1] Firefox 25 also added the two properties defined here on {{domxref("DocumentType")}}, this was removed in Firefox 28 due to compatibility problems, and led to the creation of this new pure interface.</p>
-
-<h2 id="See_also">See also</h2>
-
-<ul>
- <li>The {{domxref("ParentNode")}} and {{domxref("ChildNode")}} pure interface.</li>
- <li>
- <div class="syntaxbox">Object types implementing this pure interface: {{domxref("CharacterData")}}, and {{domxref("Element")}}.</div>
- </li>
-</ul>