From 980fe00a74a9ad013b945755415ace2e5429c3c2 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 27 Oct 2021 02:31:24 +0300 Subject: [RU] Remove notranslate (#2874) --- files/ru/web/css/attr()/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ru/web/css/attr()') diff --git a/files/ru/web/css/attr()/index.html b/files/ru/web/css/attr()/index.html index 07e97c3a88..b7596531f8 100644 --- a/files/ru/web/css/attr()/index.html +++ b/files/ru/web/css/attr()/index.html @@ -13,7 +13,7 @@ translation_of: Web/CSS/attr()

Синтаксис

-
/* Пример простого использования */
+
/* Пример простого использования */
 attr(data-count);
 attr(title);
 
@@ -161,12 +161,12 @@ attr(data-something, 'default');
 
 

Пример

-
p::before {
+
p::before {
   content: attr(data-foo) " ";
 }
 
-
<p data-foo="hello">world</p>
+
<p data-foo="hello">world</p>
 

Результат

-- cgit v1.2.3-54-g00ecf