aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/xmlhttprequest
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-25 10:06:22 +0300
committerGitHub <noreply@github.com>2021-10-25 10:06:22 +0300
commitf3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9 (patch)
tree6cde25b36984040fda960876bff7acc84161ed7e /files/ru/web/api/xmlhttprequest
parente87401f97c68764ae7070f305199af2f529c1def (diff)
downloadtranslated-content-f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9.tar.gz
translated-content-f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9.tar.bz2
translated-content-f3abb48a00c8c813e6b1bc8fee19e6b4c0414ce9.zip
Использование макроса для вставки специфицикаций (#2850)
* Использование макроса для вставки специфицикаций * Replaces
Diffstat (limited to 'files/ru/web/api/xmlhttprequest')
-rw-r--r--files/ru/web/api/xmlhttprequest/abort/index.html15
-rw-r--r--files/ru/web/api/xmlhttprequest/getresponseheader/index.html15
-rw-r--r--files/ru/web/api/xmlhttprequest/onreadystatechange/index.html15
-rw-r--r--files/ru/web/api/xmlhttprequest/open/index.html15
-rw-r--r--files/ru/web/api/xmlhttprequest/readystate/index.html15
-rw-r--r--files/ru/web/api/xmlhttprequest/response/index.html15
-rw-r--r--files/ru/web/api/xmlhttprequest/responsetype/index.html15
-rw-r--r--files/ru/web/api/xmlhttprequest/responseurl/index.html17
-rw-r--r--files/ru/web/api/xmlhttprequest/responsexml/index.html15
-rw-r--r--files/ru/web/api/xmlhttprequest/send/index.html15
-rw-r--r--files/ru/web/api/xmlhttprequest/setrequestheader/index.html15
-rw-r--r--files/ru/web/api/xmlhttprequest/status/index.html15
-rw-r--r--files/ru/web/api/xmlhttprequest/statustext/index.html15
-rw-r--r--files/ru/web/api/xmlhttprequest/timeout/index.html15
-rw-r--r--files/ru/web/api/xmlhttprequest/upload/index.html15
-rw-r--r--files/ru/web/api/xmlhttprequest/withcredentials/index.html15
16 files changed, 16 insertions, 226 deletions
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();
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарии</th>
- </tr>
- <tr>
- <td>{{SpecName('XMLHttpRequest', '#the-abort()-method')}}</td>
- <td>{{Spec2('XMLHttpRequest')}}</td>
- <td>Действующий стандарт WHATWG</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_браузеров">Совместимость браузеров</h2>
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() {
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарии</th>
- </tr>
- <tr>
- <td>{{SpecName('XMLHttpRequest', '#dom-xmlhttprequest-getresponseheader', 'getResponseHeader()')}}</td>
- <td>{{Spec2('XMLHttpRequest')}}</td>
- <td>Действующий стандарт WHATWG</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_браузеров">Совместимость браузеров</h2>
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();</pre>
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарии</th>
- </tr>
- <tr>
- <td>{{SpecName('XMLHttpRequest', '#handler-xhr-onreadystatechange')}}</td>
- <td>{{Spec2('XMLHttpRequest')}}</td>
- <td>Действующий стандарт WHATWG</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_браузеров">Совместимость браузеров</h2>
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
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарии</th>
- </tr>
- <tr>
- <td>{{SpecName('XMLHttpRequest', '#the-open()-method', 'open()')}}</td>
- <td>{{Spec2('XMLHttpRequest')}}</td>
- <td>WHATWG живой стандарт</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Браузерная_совместимость">Браузерная совместимость</h2>
<p>{{Compat("api.XMLHttpRequest.open")}}</p>
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);
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарии</th>
- </tr>
- <tr>
- <td>{{SpecName('XMLHttpRequest', '#states')}}</td>
- <td>{{Spec2('XMLHttpRequest')}}</td>
- <td>Действующий стандарт WHATWG</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_браузеров">Совместимость браузеров</h2>
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) {
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Status</th>
- <th scope="col">Comment</th>
- </tr>
- <tr>
- <td>{{SpecName('XMLHttpRequest', '#the-response-attribute')}}</td>
- <td>{{Spec2('XMLHttpRequest')}}</td>
- <td>WHATWG живой стандарт</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_браузера">Совместимость браузера</h2>
<p>{{Compat("api.XMLHttpRequest.response")}}</p>
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
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Status</th>
- <th scope="col">Comment</th>
- </tr>
- <tr>
- <td>{{SpecName('XMLHttpRequest', '#the-responsetype-attribute')}}</td>
- <td>{{Spec2('XMLHttpRequest')}}</td>
- <td>WHATWG living standard</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Поддержка_браузерами">Поддержка браузерами</h2>
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);</pre>
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('XMLHttpRequest', '#the-responseurl-attribute')}}</td>
- <td>{{Spec2('XMLHttpRequest')}}</td>
- <td>WHATWG living standard</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Браузерная_совместимость">Браузерная совместимость</h2>
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);</pre>
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- <tr>
- <td>{{SpecName('XMLHttpRequest', '#the-responsexml-attribute')}}</td>
- <td>{{Spec2('XMLHttpRequest')}}</td>
- <td>Действующий стандарт WHATWG</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Браузерная_совместимость">Браузерная совместимость</h2>
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&amp;lorem=ipsum");
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- <tr>
- <td>{{SpecName('XMLHttpRequest', '#the-send()-method', 'send()')}}</td>
- <td>{{Spec2('XMLHttpRequest')}}</td>
- <td>WHATWG living standard</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Поддержка_браузерами">Поддержка браузерами</h2>
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
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- <tr>
- <td>{{SpecName('XMLHttpRequest', '#the-setRequestHeader()-method', 'setRequestHeader()')}}</td>
- <td>{{Spec2('XMLHttpRequest')}}</td>
- <td>WHATWG living standard</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_браузеров">Совместимость браузеров</h2>
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();
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Status</th>
- <th scope="col">Comment</th>
- </tr>
- <tr>
- <td>{{SpecName('XMLHttpRequest', '#the-status-attribute')}}</td>
- <td>{{Spec2('XMLHttpRequest')}}</td>
- <td>WHATWG живой стандарт</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_браузера">Совместимость браузера</h2>
<p>{{Compat("api.XMLHttpRequest.status")}}</p>
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);
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Status</th>
- <th scope="col">Comment</th>
- </tr>
- <tr>
- <td>{{SpecName('XMLHttpRequest', '#the-statustext-attribute')}}</td>
- <td>{{Spec2('XMLHttpRequest')}}</td>
- <td>WHATWG живой стандарт</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Совместимость_браузера">Совместимость браузера</h2>
<p>{{Compat("api.XMLHttpRequest.statusText")}}</p>
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);</pre>
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- <tr>
- <td>{{SpecName('XMLHttpRequest', '#the-timeout-attribute')}}</td>
- <td>{{Spec2('XMLHttpRequest')}}</td>
- <td>Действующий стандарт WHATWG</td>
- </tr>
- </tbody>
-</table>
+{{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
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- <tr>
- <td>{{SpecName('XMLHttpRequest', '#the-upload-attribute')}}</td>
- <td>{{Spec2('XMLHttpRequest')}}</td>
- <td>Живой стандарт WHATWG</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Поддержка_браузерами">Поддержка браузерами</h2>
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);</pre>
<h2 id="Спецификации">Спецификации</h2>
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Спецификация</th>
- <th scope="col">Статус</th>
- <th scope="col">Комментарий</th>
- </tr>
- <tr>
- <td>{{SpecName('XMLHttpRequest', '#the-withcredentials-attribute')}}</td>
- <td>{{Spec2('XMLHttpRequest')}}</td>
- <td>Действующий стандарт WHATWG</td>
- </tr>
- </tbody>
-</table>
+{{Specifications}}
<h2 id="Браузерная_совместимость">Браузерная совместимость</h2>