From 9a96229818a3971444a77c238cc5ae45921db1bf Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Tue, 23 Mar 2021 21:32:09 +0300 Subject: Fix capitalization of Russian pronouns (#294) * Fix capitalization of Russian pronouns * Apply suggestions from code review Co-authored-by: Alexander Myshov * Update files/ru/web/mathml/element/math/index.html Co-authored-by: Alexander Myshov Co-authored-by: Alexander Myshov --- files/ru/tools/page_inspector/how_to/examine_and_edit_html/index.html | 2 +- files/ru/tools/page_inspector/how_to/select_an_element/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ru/tools/page_inspector') diff --git a/files/ru/tools/page_inspector/how_to/examine_and_edit_html/index.html b/files/ru/tools/page_inspector/how_to/examine_and_edit_html/index.html index e8bc647978..63f99bf657 100644 --- a/files/ru/tools/page_inspector/how_to/examine_and_edit_html/index.html +++ b/files/ru/tools/page_inspector/how_to/examine_and_edit_html/index.html @@ -162,7 +162,7 @@ translation_of: Tools/Page_Inspector/How_to/Examine_and_edit_HTML

Редактирование HTML

-

Вы можете редактировать HTML — теги, атрибуты и содержимое — прямо в панели HTML: сделайте двойной щелчок по тексту, который Вы хотите изменить, измените его, нажмите Enter, — и изменения сразу же будут применены.

+

Вы можете редактировать HTML — теги, атрибуты и содержимое — прямо в панели HTML: сделайте двойной щелчок по тексту, который вы хотите изменить, измените его, нажмите Enter, — и изменения сразу же будут применены.

Чтобы редактировать outerHTML элемента, откройте контекстное меню элемента и выберите «Править как HTML». Вы увидите в панели HTML поле для редактирования текста:

diff --git a/files/ru/tools/page_inspector/how_to/select_an_element/index.html b/files/ru/tools/page_inspector/how_to/select_an_element/index.html index 2ab45372d8..e5c8685335 100644 --- a/files/ru/tools/page_inspector/how_to/select_an_element/index.html +++ b/files/ru/tools/page_inspector/how_to/select_an_element/index.html @@ -10,7 +10,7 @@ original_slug: Tools/Page_Inspector/How_to/Vybor_elementa ---
{{ToolsSidebar}}

{{EmbedYouTube("y2LcsxE2pR0")}}

-

Если Вы открыли Инспектор нажатием на «Исследовать элемент», элемент уже будет выбран.

+

Если вы открыли Инспектор нажатием на «Исследовать элемент», элемент уже будет выбран.

В противном случае, когда вы будете перемещать мышь по странице, элемент под курсором мыши будет подсвечиваться, а подсказка будет содержать его HTML-тег, атрибуты class и/или ID, а также размер.  Одновременно в левой панели Инспектора появится HTML-код элемента в его контексте:

-- cgit v1.2.3-54-g00ecf