diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-03-21 15:34:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-21 15:34:50 +0300 |
commit | fc853997358a3d2b6cd756655457af317b304d48 (patch) | |
tree | c6973ccc997f39a7c28ecdc935436856863b6c13 /files/ru/web/html/global_attributes | |
parent | 8b7a5fdbf9223d5ebbaed1c04801a61b5b88b870 (diff) | |
download | translated-content-fc853997358a3d2b6cd756655457af317b304d48.tar.gz translated-content-fc853997358a3d2b6cd756655457af317b304d48.tar.bz2 translated-content-fc853997358a3d2b6cd756655457af317b304d48.zip |
Unify Russian translation of "See also" (#255)
Diffstat (limited to 'files/ru/web/html/global_attributes')
-rw-r--r-- | files/ru/web/html/global_attributes/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/html/global_attributes/inputmode/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/html/global_attributes/tabindex/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/html/global_attributes/index.html b/files/ru/web/html/global_attributes/index.html index eeecd87c6c..bc1d9b8ed2 100644 --- a/files/ru/web/html/global_attributes/index.html +++ b/files/ru/web/html/global_attributes/index.html @@ -149,7 +149,7 @@ translation_of: Web/HTML/Global_attributes <div id="compat-mobile"></div> -<h2 id="См._также">См. также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>Интерфейсы {{domxref("Element")}} и {{domxref("GlobalEventHandlers")}}, которые позволяют запрашивать большинство глобальных атрибутов.</li> diff --git a/files/ru/web/html/global_attributes/inputmode/index.html b/files/ru/web/html/global_attributes/inputmode/index.html index 8f6bd811ec..4376b71971 100644 --- a/files/ru/web/html/global_attributes/inputmode/index.html +++ b/files/ru/web/html/global_attributes/inputmode/index.html @@ -53,7 +53,7 @@ translation_of: Web/HTML/Global_attributes/inputmode <p>{{Compat("html.global_attributes.inputmode")}}</p> -<h2 id="См._также">См. также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>Все <a href="/ru/docs/Web/HTML/Общие_атрибуты">глобальные атрибуты</a>.</li> diff --git a/files/ru/web/html/global_attributes/tabindex/index.html b/files/ru/web/html/global_attributes/tabindex/index.html index cd63df6b7a..93de4a8d56 100644 --- a/files/ru/web/html/global_attributes/tabindex/index.html +++ b/files/ru/web/html/global_attributes/tabindex/index.html @@ -103,7 +103,7 @@ translation_of: Web/HTML/Global_attributes/tabindex </table> </div> -<h2 id="Смотри_также">Смотри также</h2> +<h2 id="Смотрите_также">Смотрите также</h2> <ul> <li>Все <a href="/en-US/docs/Web/HTML/Global_attributes">глобальные атрибуты</a>.</li> |