From f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Mon, 25 Oct 2021 10:06:22 +0300 Subject: Использование макроса для вставки специфицикаций (#2850) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Использование макроса для вставки специфицикаций * Replaces --- files/ru/web/api/xmlhttprequest/abort/index.html | 15 +-------------- .../web/api/xmlhttprequest/getresponseheader/index.html | 15 +-------------- .../api/xmlhttprequest/onreadystatechange/index.html | 15 +-------------- files/ru/web/api/xmlhttprequest/open/index.html | 15 +-------------- files/ru/web/api/xmlhttprequest/readystate/index.html | 15 +-------------- files/ru/web/api/xmlhttprequest/response/index.html | 15 +-------------- files/ru/web/api/xmlhttprequest/responsetype/index.html | 15 +-------------- files/ru/web/api/xmlhttprequest/responseurl/index.html | 17 +---------------- files/ru/web/api/xmlhttprequest/responsexml/index.html | 15 +-------------- files/ru/web/api/xmlhttprequest/send/index.html | 15 +-------------- .../web/api/xmlhttprequest/setrequestheader/index.html | 15 +-------------- files/ru/web/api/xmlhttprequest/status/index.html | 15 +-------------- files/ru/web/api/xmlhttprequest/statustext/index.html | 15 +-------------- files/ru/web/api/xmlhttprequest/timeout/index.html | 15 +-------------- files/ru/web/api/xmlhttprequest/upload/index.html | 15 +-------------- .../web/api/xmlhttprequest/withcredentials/index.html | 15 +-------------- 16 files changed, 16 insertions(+), 226 deletions(-) (limited to 'files/ru/web/api/xmlhttprequest') diff --git a/files/ru/web/api/xmlhttprequest/abort/index.html b/files/ru/web/api/xmlhttprequest/abort/index.html index 3816084f9b..759084e978 100644 --- a/files/ru/web/api/xmlhttprequest/abort/index.html +++ b/files/ru/web/api/xmlhttprequest/abort/index.html @@ -42,20 +42,7 @@ xhr.abort();

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

- - - - - - - - - - - - - -
СпецификацияСтатусКомментарии
{{SpecName('XMLHttpRequest', '#the-abort()-method')}}{{Spec2('XMLHttpRequest')}}Действующий стандарт WHATWG
+{{Specifications}}

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

diff --git a/files/ru/web/api/xmlhttprequest/getresponseheader/index.html b/files/ru/web/api/xmlhttprequest/getresponseheader/index.html index 2b97ea7b1f..0223630685 100644 --- a/files/ru/web/api/xmlhttprequest/getresponseheader/index.html +++ b/files/ru/web/api/xmlhttprequest/getresponseheader/index.html @@ -41,20 +41,7 @@ client.onreadystatechange = function() {

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

- - - - - - - - - - - - - -
СпецификацияСтатусКомментарии
{{SpecName('XMLHttpRequest', '#dom-xmlhttprequest-getresponseheader', 'getResponseHeader()')}}{{Spec2('XMLHttpRequest')}}Действующий стандарт WHATWG
+{{Specifications}}

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

diff --git a/files/ru/web/api/xmlhttprequest/onreadystatechange/index.html b/files/ru/web/api/xmlhttprequest/onreadystatechange/index.html index b2bef5613b..5eb3482af4 100644 --- a/files/ru/web/api/xmlhttprequest/onreadystatechange/index.html +++ b/files/ru/web/api/xmlhttprequest/onreadystatechange/index.html @@ -47,20 +47,7 @@ xhr.send();

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

- - - - - - - - - - - - - -
СпецификацияСтатусКомментарии
{{SpecName('XMLHttpRequest', '#handler-xhr-onreadystatechange')}}{{Spec2('XMLHttpRequest')}}Действующий стандарт WHATWG
+{{Specifications}}

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

diff --git a/files/ru/web/api/xmlhttprequest/open/index.html b/files/ru/web/api/xmlhttprequest/open/index.html index 935dcb6442..f86511d0ad 100644 --- a/files/ru/web/api/xmlhttprequest/open/index.html +++ b/files/ru/web/api/xmlhttprequest/open/index.html @@ -35,20 +35,7 @@ translation_of: Web/API/XMLHttpRequest/open

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

- - - - - - - - - - - - - -
СпецификацияСтатусКомментарии
{{SpecName('XMLHttpRequest', '#the-open()-method', 'open()')}}{{Spec2('XMLHttpRequest')}}WHATWG живой стандарт
+{{Specifications}}

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

{{Compat("api.XMLHttpRequest.open")}}

diff --git a/files/ru/web/api/xmlhttprequest/readystate/index.html b/files/ru/web/api/xmlhttprequest/readystate/index.html index f914bb81ca..5ddd54e981 100644 --- a/files/ru/web/api/xmlhttprequest/readystate/index.html +++ b/files/ru/web/api/xmlhttprequest/readystate/index.html @@ -85,20 +85,7 @@ xhr.send(null);

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

- - - - - - - - - - - - - -
СпецификацияСтатусКомментарии
{{SpecName('XMLHttpRequest', '#states')}}{{Spec2('XMLHttpRequest')}}Действующий стандарт WHATWG
+{{Specifications}}

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

diff --git a/files/ru/web/api/xmlhttprequest/response/index.html b/files/ru/web/api/xmlhttprequest/response/index.html index 88b4937522..9fb891f5e3 100644 --- a/files/ru/web/api/xmlhttprequest/response/index.html +++ b/files/ru/web/api/xmlhttprequest/response/index.html @@ -116,20 +116,7 @@ function load(url, callback) {

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

- - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('XMLHttpRequest', '#the-response-attribute')}}{{Spec2('XMLHttpRequest')}}WHATWG живой стандарт
+{{Specifications}}

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

{{Compat("api.XMLHttpRequest.response")}}

diff --git a/files/ru/web/api/xmlhttprequest/responsetype/index.html b/files/ru/web/api/xmlhttprequest/responsetype/index.html index 3bd56daaf4..c76203adc1 100644 --- a/files/ru/web/api/xmlhttprequest/responsetype/index.html +++ b/files/ru/web/api/xmlhttprequest/responsetype/index.html @@ -58,20 +58,7 @@ translation_of: Web/API/XMLHttpRequest/responseType

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

- - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('XMLHttpRequest', '#the-responsetype-attribute')}}{{Spec2('XMLHttpRequest')}}WHATWG living standard
+{{Specifications}}

Поддержка браузерами

diff --git a/files/ru/web/api/xmlhttprequest/responseurl/index.html b/files/ru/web/api/xmlhttprequest/responseurl/index.html index 635d27ddc1..da405760cd 100644 --- a/files/ru/web/api/xmlhttprequest/responseurl/index.html +++ b/files/ru/web/api/xmlhttprequest/responseurl/index.html @@ -18,22 +18,7 @@ xhr.send(null);

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

- - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('XMLHttpRequest', '#the-responseurl-attribute')}}{{Spec2('XMLHttpRequest')}}WHATWG living standard
+{{Specifications}}

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

diff --git a/files/ru/web/api/xmlhttprequest/responsexml/index.html b/files/ru/web/api/xmlhttprequest/responsexml/index.html index f266055cef..9cdc6f6060 100644 --- a/files/ru/web/api/xmlhttprequest/responsexml/index.html +++ b/files/ru/web/api/xmlhttprequest/responsexml/index.html @@ -62,20 +62,7 @@ xhr.send(null);

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

- - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('XMLHttpRequest', '#the-responsexml-attribute')}}{{Spec2('XMLHttpRequest')}}Действующий стандарт WHATWG
+{{Specifications}}

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

diff --git a/files/ru/web/api/xmlhttprequest/send/index.html b/files/ru/web/api/xmlhttprequest/send/index.html index f0717c8e40..21ab5c3bf6 100644 --- a/files/ru/web/api/xmlhttprequest/send/index.html +++ b/files/ru/web/api/xmlhttprequest/send/index.html @@ -112,20 +112,7 @@ xhr.send("foo=bar&lorem=ipsum");

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

- - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('XMLHttpRequest', '#the-send()-method', 'send()')}}{{Spec2('XMLHttpRequest')}}WHATWG living standard
+{{Specifications}}

Поддержка браузерами

diff --git a/files/ru/web/api/xmlhttprequest/setrequestheader/index.html b/files/ru/web/api/xmlhttprequest/setrequestheader/index.html index 7e34cbed3b..7aee641dcf 100644 --- a/files/ru/web/api/xmlhttprequest/setrequestheader/index.html +++ b/files/ru/web/api/xmlhttprequest/setrequestheader/index.html @@ -31,20 +31,7 @@ translation_of: Web/API/XMLHttpRequest/setRequestHeader

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

- - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('XMLHttpRequest', '#the-setRequestHeader()-method', 'setRequestHeader()')}}{{Spec2('XMLHttpRequest')}}WHATWG living standard
+{{Specifications}}

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

diff --git a/files/ru/web/api/xmlhttprequest/status/index.html b/files/ru/web/api/xmlhttprequest/status/index.html index 8fb7af0c46..321034ce24 100644 --- a/files/ru/web/api/xmlhttprequest/status/index.html +++ b/files/ru/web/api/xmlhttprequest/status/index.html @@ -48,20 +48,7 @@ xhr.send();

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

- - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('XMLHttpRequest', '#the-status-attribute')}}{{Spec2('XMLHttpRequest')}}WHATWG живой стандарт
+{{Specifications}}

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

{{Compat("api.XMLHttpRequest.status")}}

diff --git a/files/ru/web/api/xmlhttprequest/statustext/index.html b/files/ru/web/api/xmlhttprequest/statustext/index.html index 41dc8c7adc..ece9edbf00 100644 --- a/files/ru/web/api/xmlhttprequest/statustext/index.html +++ b/files/ru/web/api/xmlhttprequest/statustext/index.html @@ -49,20 +49,7 @@ xhr.send(null);

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

- - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('XMLHttpRequest', '#the-statustext-attribute')}}{{Spec2('XMLHttpRequest')}}WHATWG живой стандарт
+{{Specifications}}

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

{{Compat("api.XMLHttpRequest.statusText")}}

diff --git a/files/ru/web/api/xmlhttprequest/timeout/index.html b/files/ru/web/api/xmlhttprequest/timeout/index.html index 997fb3eb94..a7aaba3257 100644 --- a/files/ru/web/api/xmlhttprequest/timeout/index.html +++ b/files/ru/web/api/xmlhttprequest/timeout/index.html @@ -40,17 +40,4 @@ xhr.send(null);

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

- - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('XMLHttpRequest', '#the-timeout-attribute')}}{{Spec2('XMLHttpRequest')}}Действующий стандарт WHATWG
+{{Specifications}} diff --git a/files/ru/web/api/xmlhttprequest/upload/index.html b/files/ru/web/api/xmlhttprequest/upload/index.html index 550fe98a93..5a58692a0c 100644 --- a/files/ru/web/api/xmlhttprequest/upload/index.html +++ b/files/ru/web/api/xmlhttprequest/upload/index.html @@ -48,20 +48,7 @@ translation_of: Web/API/XMLHttpRequest/upload

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

- - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('XMLHttpRequest', '#the-upload-attribute')}}{{Spec2('XMLHttpRequest')}}Живой стандарт WHATWG
+{{Specifications}}

Поддержка браузерами

diff --git a/files/ru/web/api/xmlhttprequest/withcredentials/index.html b/files/ru/web/api/xmlhttprequest/withcredentials/index.html index 499790bcf9..6926b01f82 100644 --- a/files/ru/web/api/xmlhttprequest/withcredentials/index.html +++ b/files/ru/web/api/xmlhttprequest/withcredentials/index.html @@ -32,20 +32,7 @@ xhr.send(null);

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

- - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('XMLHttpRequest', '#the-withcredentials-attribute')}}{{Spec2('XMLHttpRequest')}}Действующий стандарт WHATWG
+{{Specifications}}

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

-- cgit v1.2.3-54-g00ecf