From 59705f5814c1ece8cefc4c62a8897d4d8a5b38fc Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Tue, 19 Oct 2021 13:34:22 +0300 Subject: FIx more live examples (#2774) --- files/ru/web/api/domtokenlist/index.html | 4 ++-- files/ru/web/api/domtokenlist/replace/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ru/web/api/domtokenlist') diff --git a/files/ru/web/api/domtokenlist/index.html b/files/ru/web/api/domtokenlist/index.html index 852ccab596..1f352cbdf8 100644 --- a/files/ru/web/api/domtokenlist/index.html +++ b/files/ru/web/api/domtokenlist/index.html @@ -60,7 +60,7 @@ para.textContent = 'paragraph classList is "' + classes + '"';

Результат выглядит так:

-

{{ EmbedLiveSample('Examples', '100%', 60) }}

+

{{ EmbedLiveSample('Примеры', '100%', 60) }}

Обрезка пробелов и удаление дубликатов

@@ -75,7 +75,7 @@ span.textContent = 'span classList is "' + classes + '"';

Результат выглядит так:

-

{{ EmbedLiveSample('Trimming_of_whitespace_and_removal_of_duplicates', '100%', 60) }}

+

{{ EmbedLiveSample('Обрезка_пробелов_и_удаление_дубликатов', '100%', 60) }}

Характеристики

diff --git a/files/ru/web/api/domtokenlist/replace/index.html b/files/ru/web/api/domtokenlist/replace/index.html index ad41a3d422..ae19753035 100644 --- a/files/ru/web/api/domtokenlist/replace/index.html +++ b/files/ru/web/api/domtokenlist/replace/index.html @@ -52,7 +52,7 @@ if (result) {

Результат выглядит так:

-

{{ EmbedLiveSample('Examples', '100%', 60) }}

+

{{ EmbedLiveSample('Примеры', '100%', 60) }}

Полифил

-- cgit v1.2.3-54-g00ecf