aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/custom-ident
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/custom-ident')
-rw-r--r--files/ru/web/css/custom-ident/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/css/custom-ident/index.html b/files/ru/web/css/custom-ident/index.html
index f39bad2791..1e48ff731e 100644
--- a/files/ru/web/css/custom-ident/index.html
+++ b/files/ru/web/css/custom-ident/index.html
@@ -59,7 +59,7 @@ translation_of: Web/CSS/custom-ident
<h3 id="Действительные_идентификаторы">Действительные идентификаторы</h3>
-<pre class="notranslate">nono79 Состоит из букв и цифр
+<pre>nono79 Состоит из букв и цифр
ground-level Состоит из букв, цифр и дефиса
-test Буквы, следующие за одним дефисом
_internal Буквы, следующие за нижним подчёркиванием
@@ -69,7 +69,7 @@ bili\.bob Буквы и экранированная точка
<h3 id="Недействительные_идентификаторы">Недействительные идентификаторы</h3>
-<pre class="example-bad notranslate">34rem Не может начинаться с цифры
+<pre class="example-bad">34rem Не может начинаться с цифры
-12rad Не может начинаться с дефиса, за которым следует цифра
bili.bob Только буквы, цифры, _ и - можно не экранириовать
--toto Не может начинаться с двух дефисов подряд