aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/user-select/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/user-select/index.html')
-rw-r--r--files/ru/web/css/user-select/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/css/user-select/index.html b/files/ru/web/css/user-select/index.html
index 2b9b17f8ae..ed33dd0608 100644
--- a/files/ru/web/css/user-select/index.html
+++ b/files/ru/web/css/user-select/index.html
@@ -2,7 +2,7 @@
title: user-select
slug: Web/CSS/user-select
tags:
- - Верстка
+ - Вёрстка
- Свойство
translation_of: Web/CSS/user-select
---
@@ -62,7 +62,7 @@ user-select: unset;
<dt><code>text</code></dt>
<dd>Текст может быть выбран пользователем.</dd>
<dt><code>all</code></dt>
- <dd>В HTML-редакторе, если двойной клик или контекстный клик произошел во вложенном элементе, будет выбрано все содержимое коренного предка с этим значением свойства.</dd>
+ <dd>В HTML-редакторе, если двойной клик или контекстный клик произошёл во вложенном элементе, будет выбрано все содержимое коренного предка с этим значением свойства.</dd>
<dt><code>contain</code></dt>
<dd>Позволяет начать выбор внутри элемента; однако, выбор будет содержаться внутри границ данного элемента.</dd>
<dt><code>element</code>{{non-standard_inline}} (IE-specific alias)</dt>