aboutsummaryrefslogtreecommitdiff
path: root/files/ru/orphaned/web/html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/orphaned/web/html')
-rw-r--r--files/ru/orphaned/web/html/element/element/index.html2
-rw-r--r--files/ru/orphaned/web/html/global_attributes/dropzone/index.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/orphaned/web/html/element/element/index.html b/files/ru/orphaned/web/html/element/element/index.html
index 801d4ec7a9..cdb961e381 100644
--- a/files/ru/orphaned/web/html/element/element/index.html
+++ b/files/ru/orphaned/web/html/element/element/index.html
@@ -52,7 +52,7 @@ original_slug: Web/HTML/Element/element
<h2 id="Specifications" name="Specifications">Характеристики</h2>
-<p><code>Элемент &lt;element&gt;</code> <span id="result_box" lang="ru"><span>ранее был в черновике спецификации</span></span> <a href="http://w3c.github.io/webcomponents/spec/custom/">Настраеваемых Элементов</a>, но был удален.</p>
+<p><code>Элемент &lt;element&gt;</code> <span id="result_box" lang="ru"><span>ранее был в черновике спецификации</span></span> <a href="http://w3c.github.io/webcomponents/spec/custom/">Настраиваемых Элементов</a>, но был удален.</p>
<h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость с браузером</h2>
diff --git a/files/ru/orphaned/web/html/global_attributes/dropzone/index.html b/files/ru/orphaned/web/html/global_attributes/dropzone/index.html
index 89e91d7a2c..5ea0689fce 100644
--- a/files/ru/orphaned/web/html/global_attributes/dropzone/index.html
+++ b/files/ru/orphaned/web/html/global_attributes/dropzone/index.html
@@ -6,12 +6,12 @@ original_slug: Web/HTML/Global_attributes/dropzone
---
<p>{{HTMLSidebar("Global_attributes")}}{{SeeCompatTable}}</p>
-<p><a href="/en-US/docs/Web/HTML/Global_attributes">Глобальный атрибут</a> <code>dropzone</code> является перечисляемым атрбутом, указывающем, какие типы содержимого могут быть опущены в элементе, используя {{domxref("HTML_Drag_and_Drop_API","HTML Drag and Drop API")}}. Может иметь следующие значения:</p>
+<p><a href="/en-US/docs/Web/HTML/Global_attributes">Глобальный атрибут</a> <code>dropzone</code> является перечисляемым атрибутом, указывающем, какие типы содержимого могут быть опущены в элементе, используя {{domxref("HTML_Drag_and_Drop_API","HTML Drag and Drop API")}}. Может иметь следующие значения:</p>
<ul>
<li><code>copy</code>, которая указывает что сброс создает копию перетаскиваемого элемента.</li>
<li><code>move</code>, которое указывает, что перетаскиваемы элемент будет перемещен в новое местоположение.</li>
- <li><code>link</code>, которая создает ссылку на перетаскивамые данные.</li>
+ <li><code>link</code>, которая создает ссылку на перетаскиваемые данные.</li>
</ul>
<h2 id="Спецификации">Спецификации</h2>