From 09d10136633355937867a21d65db64ae3c4d5829 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 27 Oct 2021 18:02:34 +0300 Subject: Использование макроса для вставки специфицикаций - 2 (#2883) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ru/web/api/console/clear/index.html | 17 +---------------- files/ru/web/api/console/dirxml/index.html | 17 +---------------- files/ru/web/api/console/error/index.html | 17 +---------------- files/ru/web/api/console/group/index.html | 17 +---------------- files/ru/web/api/console/log/index.html | 17 +---------------- files/ru/web/api/console/trace/index.html | 17 +---------------- files/ru/web/api/console/warn/index.html | 18 +----------------- 7 files changed, 7 insertions(+), 113 deletions(-) (limited to 'files/ru/web/api/console') diff --git a/files/ru/web/api/console/clear/index.html b/files/ru/web/api/console/clear/index.html index 4bee01887f..9b4653d8cc 100644 --- a/files/ru/web/api/console/clear/index.html +++ b/files/ru/web/api/console/clear/index.html @@ -21,22 +21,7 @@ translation_of: Web/API/Console/clear

Спецификация

- - - - - - - - - - - - - - - -
ХарактеристикаСтатусКомментарий
{{SpecName("Console API", "#consoleclear", "console.clear()")}}{{Spec2("Console API")}}Первоначальное определение
+{{Specifications}}

Совместимость с браузерами

diff --git a/files/ru/web/api/console/dirxml/index.html b/files/ru/web/api/console/dirxml/index.html index 18f05e1352..d429994b79 100644 --- a/files/ru/web/api/console/dirxml/index.html +++ b/files/ru/web/api/console/dirxml/index.html @@ -27,22 +27,7 @@ translation_of: Web/API/Console/dirxml

Спецификация

- - - - - - - - - - - - - - - -
ХарактеристикаСтатусКомментарий
{{SpecName("Console API", "#dirxml", "console.dirxml()")}}{{Spec2("Console API")}}Первоначальное определение
+{{Specifications}}

Совместимость с браузерами

{{Compat("api.Console.dirxml")}}

diff --git a/files/ru/web/api/console/error/index.html b/files/ru/web/api/console/error/index.html index ea07dcdb3e..fbaad9487a 100644 --- a/files/ru/web/api/console/error/index.html +++ b/files/ru/web/api/console/error/index.html @@ -36,22 +36,7 @@ console.exception(msg [, subst1, ..., substN]);

Спецификация

- - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName("Console API", "#error", "console.error()")}}{{Spec2("Console API")}}Первоначальное определение
+{{Specifications}}

Совместимость с браузерами

diff --git a/files/ru/web/api/console/group/index.html b/files/ru/web/api/console/group/index.html index d3d8f378df..7a4e1dce7a 100644 --- a/files/ru/web/api/console/group/index.html +++ b/files/ru/web/api/console/group/index.html @@ -49,22 +49,7 @@ console.log("Back to the outer level");

Спецификация

- - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName("Console API", "#group", "console.group()")}}{{Spec2("Console API")}}Первоначальное определение
+{{Specifications}}

Поддержка в браузерах

diff --git a/files/ru/web/api/console/log/index.html b/files/ru/web/api/console/log/index.html index ac671d68d5..b8fee39ff9 100644 --- a/files/ru/web/api/console/log/index.html +++ b/files/ru/web/api/console/log/index.html @@ -37,22 +37,7 @@ console.log(msg [, subst1, ..., substN]);

Спецификация

- - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName("Console API", "#log", "console.log()")}}{{Spec2("Console API")}}Первоначальное определение
+{{Specifications}}

Совместимость с браузерами

diff --git a/files/ru/web/api/console/trace/index.html b/files/ru/web/api/console/trace/index.html index 6fe5c9b9e0..2edda50cc6 100644 --- a/files/ru/web/api/console/trace/index.html +++ b/files/ru/web/api/console/trace/index.html @@ -36,22 +36,7 @@ foo

Спецификация

- - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName("Console API", "#trace", "console.trace()")}}{{Spec2("Console API")}}Стандартное значение
+{{Specifications}}

Браузерная совместимость

diff --git a/files/ru/web/api/console/warn/index.html b/files/ru/web/api/console/warn/index.html index 6b5d7c1359..453f086d30 100644 --- a/files/ru/web/api/console/warn/index.html +++ b/files/ru/web/api/console/warn/index.html @@ -35,23 +35,7 @@ console.warn(msg [, subst1, ..., substN]);

Спецификация

- - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
Console API
- Определение 'console.warn()' в спецификации.
Живой стандартПервоначальное определение
+{{Specifications}}

Совместимость с браузерами

-- cgit v1.2.3-54-g00ecf