aboutsummaryrefslogtreecommitdiff
path: root/files/ru/learn/html/howto
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:06 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:06 +0100
commit786d51e5e35f25c06fc64083574a435e240b2a54 (patch)
tree7f2967c8f445737d9d9df5f318bdebe851434087 /files/ru/learn/html/howto
parentc058fa0fb22dc40ef0225b21a97578cddd0aaffa (diff)
downloadtranslated-content-786d51e5e35f25c06fc64083574a435e240b2a54.tar.gz
translated-content-786d51e5e35f25c06fc64083574a435e240b2a54.tar.bz2
translated-content-786d51e5e35f25c06fc64083574a435e240b2a54.zip
unslug ru: modify
Diffstat (limited to 'files/ru/learn/html/howto')
-rw-r--r--files/ru/learn/html/howto/author_fast-loading_html_pages/index.html3
-rw-r--r--files/ru/learn/html/howto/index.html3
-rw-r--r--files/ru/learn/html/howto/use_data_attributes/index.html3
3 files changed, 6 insertions, 3 deletions
diff --git a/files/ru/learn/html/howto/author_fast-loading_html_pages/index.html b/files/ru/learn/html/howto/author_fast-loading_html_pages/index.html
index f34fe049f5..a7b386098d 100644
--- a/files/ru/learn/html/howto/author_fast-loading_html_pages/index.html
+++ b/files/ru/learn/html/howto/author_fast-loading_html_pages/index.html
@@ -1,7 +1,8 @@
---
title: Tips for authoring fast-loading HTML pages
-slug: Web/Guide/HTML/Tips_for_authoring_fast-loading_HTML_pages
+slug: Learn/HTML/Howto/Author_fast-loading_HTML_pages
translation_of: Learn/HTML/Howto/Author_fast-loading_HTML_pages
+original_slug: Web/Guide/HTML/Tips_for_authoring_fast-loading_HTML_pages
---
<p>Эти советы основаны на общих знаниях и экспериментах.</p>
diff --git a/files/ru/learn/html/howto/index.html b/files/ru/learn/html/howto/index.html
index 1a780e676b..06759fe76d 100644
--- a/files/ru/learn/html/howto/index.html
+++ b/files/ru/learn/html/howto/index.html
@@ -1,12 +1,13 @@
---
title: Использование HTML для решения общих задач
-slug: Learn/HTML/Рецепты
+slug: Learn/HTML/Howto
tags:
- CodingScripting
- HTML
- На русском
- Программирование
translation_of: Learn/HTML/Howto
+original_slug: Learn/HTML/Рецепты
---
<p class="summary">Следующие ссылки указывают на решения общих повседневных проблем, которые вам нужно решить с помощью HTML.</p>
diff --git a/files/ru/learn/html/howto/use_data_attributes/index.html b/files/ru/learn/html/howto/use_data_attributes/index.html
index cef001e25a..9820e4e0f9 100644
--- a/files/ru/learn/html/howto/use_data_attributes/index.html
+++ b/files/ru/learn/html/howto/use_data_attributes/index.html
@@ -1,10 +1,11 @@
---
title: Использование data-* атрибутов
-slug: Web/Guide/HTML/Using_data_attributes
+slug: Learn/HTML/Howto/Use_data_attributes
tags:
- Guide
- HTML
translation_of: Learn/HTML/Howto/Use_data_attributes
+original_slug: Web/Guide/HTML/Using_data_attributes
---
<p><a href="/ru/docs/Web/Guide/HTML/HTML5">HTML5</a> спроектирован с возможностью расширения данных ассоциированных с каким-либо элементом, но в то же время не обязательно имеющих определённое значение. <a href="/ru/docs/Web/HTML/Global_attributes#data-*"><code>data-*</code> атрибуты</a> позволяют хранить дополнительную информацию в стандартных элементах HTML, без хаков вроде нестандартных атрибутов, лишних DOM-свойств или {{domxref("Node.setUserData()")}}.</p>