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/document/all/index.html | 18 +------------ files/ru/web/api/document/anchors/index.html | 22 +-------------- files/ru/web/api/document/applets/index.html | 22 +-------------- files/ru/web/api/document/close/index.html | 22 +-------------- files/ru/web/api/document/cookie/index.html | 22 +-------------- .../ru/web/api/document/createtextnode/index.html | 22 +-------------- files/ru/web/api/document/defaultview/index.html | 22 +-------------- files/ru/web/api/document/designmode/index.html | 15 +---------- files/ru/web/api/document/doctype/index.html | 17 +----------- files/ru/web/api/document/documenturi/index.html | 20 +------------- .../api/document/domcontentloaded_event/index.html | 20 +------------- .../ru/web/api/document/dragstart_event/index.html | 17 +----------- files/ru/web/api/document/embeds/index.html | 31 +--------------------- files/ru/web/api/document/head/index.html | 25 +---------------- files/ru/web/api/document/hidden/index.html | 15 +---------- files/ru/web/api/document/links/index.html | 20 +------------- files/ru/web/api/document/location/index.html | 20 +------------- files/ru/web/api/document/queryselector/index.html | 20 +------------- files/ru/web/api/document/readystate/index.html | 25 +---------------- files/ru/web/api/document/url/index.html | 22 +-------------- 20 files changed, 20 insertions(+), 397 deletions(-) (limited to 'files/ru/web/api/document') diff --git a/files/ru/web/api/document/all/index.html b/files/ru/web/api/document/all/index.html index 95af966445..9afcb8917a 100644 --- a/files/ru/web/api/document/all/index.html +++ b/files/ru/web/api/document/all/index.html @@ -17,23 +17,7 @@ translation_of: Web/API/Document/all

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

- - - - - - - - - - - - - - - -
СпецификацииСтатусКомментарий
{{SpecName('HTML WHATWG', 'obsolete.html#dom-document-all', 'all')}}{{Spec2('HTML WHATWG')}}Первоначальное определение.
- Устаревший и находится в устаревшем разделе API.
+{{Specifications}}

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

diff --git a/files/ru/web/api/document/anchors/index.html b/files/ru/web/api/document/anchors/index.html index aa7c353b59..5dd210eb88 100644 --- a/files/ru/web/api/document/anchors/index.html +++ b/files/ru/web/api/document/anchors/index.html @@ -92,27 +92,7 @@ function init() {

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

- - - - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-document-anchors', 'Document.anchors')}}{{ Spec2('HTML WHATWG') }}Obsoleted.
{{SpecName('DOM2 HTML', 'html.html#ID-7577272', 'Document.anchors')}}{{ Spec2('DOM2 Events') }}Initial definition.
+{{Specifications}}

Браузерная поддержка

diff --git a/files/ru/web/api/document/applets/index.html b/files/ru/web/api/document/applets/index.html index 3774b116ab..3eae1be404 100644 --- a/files/ru/web/api/document/applets/index.html +++ b/files/ru/web/api/document/applets/index.html @@ -38,27 +38,7 @@ my_java_app = document.applets[1];

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

- - - - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-document-applets', 'Document.applets')}}{{ Spec2('HTML WHATWG') }}Obsoleted.
{{SpecName('DOM2 HTML', 'html.html#ID-85113862', 'Document.applets')}}{{ Spec2('DOM2 Events') }}Initial definition.
+{{Specifications}}

Браузерная поддержка

diff --git a/files/ru/web/api/document/close/index.html b/files/ru/web/api/document/close/index.html index e6d6d2fb24..67adcd294f 100644 --- a/files/ru/web/api/document/close/index.html +++ b/files/ru/web/api/document/close/index.html @@ -30,27 +30,7 @@ document.close();

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

- - - - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName("HTML WHATWG", "#dom-document-close", "document.close()")}}{{Spec2("HTML WHATWG")}} 
{{SpecName("DOM2 HTML", "html.html#ID-98948567", "document.close()")}}{{Spec2("DOM2 HTML")}} 
+{{Specifications}}

Браузерная поддержка

diff --git a/files/ru/web/api/document/cookie/index.html b/files/ru/web/api/document/cookie/index.html index 6d97d20205..fa6153145c 100644 --- a/files/ru/web/api/document/cookie/index.html +++ b/files/ru/web/api/document/cookie/index.html @@ -317,27 +317,7 @@ executeOnce(alertSomething, null, "Hello world!!!!", "alert_something");<

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

- - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName("DOM2 HTML", "html.html#ID-8747038", "Document.cookie")}}{{Spec2("DOM2 HTML")}}Initial definition
{{SpecName("Cookie Prefixes")}}{{Spec2("Cookie Prefixes")}}
+{{Specifications}}

Браузерная поддержка

diff --git a/files/ru/web/api/document/createtextnode/index.html b/files/ru/web/api/document/createtextnode/index.html index 4a71593db1..3fa8da2d5f 100644 --- a/files/ru/web/api/document/createtextnode/index.html +++ b/files/ru/web/api/document/createtextnode/index.html @@ -47,27 +47,7 @@ function addTextNode(text) {

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

- - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName("DOM3 Core", "core.html#ID-1975348127", "Document.createTextNode()")}}{{Spec2("DOM3 Core")}}No change
{{SpecName("DOM2 Core", "core.html#ID-1975348127", "Document.createTextNode()")}}{{Spec2("DOM2 Core")}}Initial definition
+{{Specifications}}

Совместимость

diff --git a/files/ru/web/api/document/defaultview/index.html b/files/ru/web/api/document/defaultview/index.html index d73641bfc3..df06455a50 100644 --- a/files/ru/web/api/document/defaultview/index.html +++ b/files/ru/web/api/document/defaultview/index.html @@ -19,27 +19,7 @@ translation_of: Web/API/Document/defaultView

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

- - - - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-document-defaultview', 'Document.defaultView')}}{{Spec2('HTML WHATWG')}}No change
{{SpecName('HTML5 W3C', 'browsers.html#dom-document-defaultview', 'Document.defaultView')}}{{Spec2('HTML5 W3C')}}Initial definition
+{{Specifications}}

Браузерная поддержка

diff --git a/files/ru/web/api/document/designmode/index.html b/files/ru/web/api/document/designmode/index.html index b7dad0dff4..ddea6ddba4 100644 --- a/files/ru/web/api/document/designmode/index.html +++ b/files/ru/web/api/document/designmode/index.html @@ -29,20 +29,7 @@ document.designMode = "on" || "off";

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

- - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#making-entire-documents-editable:-the-designmode-idl-attribute', 'designMode')}}{{Spec2('HTML WHATWG')}}Начальное значение
+{{Specifications}}

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

diff --git a/files/ru/web/api/document/doctype/index.html b/files/ru/web/api/document/doctype/index.html index a9f25036e2..70eebb14d0 100644 --- a/files/ru/web/api/document/doctype/index.html +++ b/files/ru/web/api/document/doctype/index.html @@ -41,22 +41,7 @@ console.log(

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

- - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('DOM WHATWG', '#dom-document-doctype', 'Document: doctype')}}{{Spec2('DOM WHATWG')}}
+{{Specifications}}

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

diff --git a/files/ru/web/api/document/documenturi/index.html b/files/ru/web/api/document/documenturi/index.html index cfe96d25de..c5c5eba6d7 100644 --- a/files/ru/web/api/document/documenturi/index.html +++ b/files/ru/web/api/document/documenturi/index.html @@ -20,25 +20,7 @@ translation_of: Web/API/Document/documentURI

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

- - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('DOM4', '#dom-document-documenturi','documentURI')}}{{Spec2('DOM4')}} 
{{SpecName('DOM3 Core', '#Document3-documentURI', 'documentURI')}}{{Spec2('DOM3 Core')}}Начальное определение
+{{Specifications}}

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

diff --git a/files/ru/web/api/document/domcontentloaded_event/index.html b/files/ru/web/api/document/domcontentloaded_event/index.html index 524eecad01..ec4eca514c 100644 --- a/files/ru/web/api/document/domcontentloaded_event/index.html +++ b/files/ru/web/api/document/domcontentloaded_event/index.html @@ -150,25 +150,7 @@ document.addEventListener('DOMContentLoaded', (event) => {

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

- - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', 'parsing.html#the-end:event-domcontentloaded', 'DOMContentLoaded')}}{{Spec2('HTML WHATWG')}}
{{SpecName('HTML5 W3C', 'parsing.html#the-end:event-domcontentloaded', 'DOMContentLoaded')}}{{Spec2('HTML5 W3C')}}
+{{Specifications}}

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

{{Compat("api.Document.DOMContentLoaded_event")}}

diff --git a/files/ru/web/api/document/dragstart_event/index.html b/files/ru/web/api/document/dragstart_event/index.html index fc1ad63c2c..ff94df263f 100644 --- a/files/ru/web/api/document/dragstart_event/index.html +++ b/files/ru/web/api/document/dragstart_event/index.html @@ -42,22 +42,7 @@ translation_of: Web/API/Document/dragstart_event

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

- - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName("HTML WHATWG", "interaction.html#dndevents", "dragstart")}}{{Spec2("HTML WHATWG")}}
+{{Specifications}}

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

diff --git a/files/ru/web/api/document/embeds/index.html b/files/ru/web/api/document/embeds/index.html index fe37334c5f..be68100cb7 100644 --- a/files/ru/web/api/document/embeds/index.html +++ b/files/ru/web/api/document/embeds/index.html @@ -23,33 +23,4 @@ translation_of: Web/API/Document/embeds

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

- - - - - - - - - - - - - - - -
СпецификацииСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-document-embeds', 'Document.embeds')}}{{ Spec2('HTML WHATWG') }} 
- -

Браузерная поддержка

- -

{{Compat("api.Document.embeds")}}

- -

 

- - - - - - - -
 
+{{Specifications}} diff --git a/files/ru/web/api/document/head/index.html b/files/ru/web/api/document/head/index.html index 8539ae19aa..85fdcb7b64 100644 --- a/files/ru/web/api/document/head/index.html +++ b/files/ru/web/api/document/head/index.html @@ -47,30 +47,7 @@ translation_of: Web/API/Document/head

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

- - - - - - - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG','dom.html#dom-document-head','Document.head')}}{{Spec2('HTML WHATWG')}}Начальное определение.
{{SpecName('HTML5.1','dom.html#dom-document-head','Document.head')}}{{Spec2('HTML5.1')}}
{{SpecName('HTML5 W3C','dom.html#dom-document-head','Document.head')}}{{Spec2('HTML5 W3C')}}
+{{Specifications}}

Браузерная поддержка

diff --git a/files/ru/web/api/document/hidden/index.html b/files/ru/web/api/document/hidden/index.html index adc4aef80d..f5cbc4acb6 100644 --- a/files/ru/web/api/document/hidden/index.html +++ b/files/ru/web/api/document/hidden/index.html @@ -21,20 +21,7 @@ translation_of: Web/API/Document/hidden

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

- - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('Page Visibility API','#dom-document-hidden', 'Document.hidden')}}{{Spec2('Page Visibility API')}}Initial definition
+{{Specifications}}

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

diff --git a/files/ru/web/api/document/links/index.html b/files/ru/web/api/document/links/index.html index 5bd461b720..b46180147b 100644 --- a/files/ru/web/api/document/links/index.html +++ b/files/ru/web/api/document/links/index.html @@ -39,25 +39,7 @@ for(var i = 0; i < links.length; i++) {

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

- - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName('HTML WHATWG', '#dom-document-links', 'Document.links')}}{{ Spec2('HTML WHATWG') }} 
{{SpecName("DOM2 HTML", "html.html#ID-7068919", "document.links")}}{{Spec2("DOM2 HTML")}}Исходное определение.
+{{Specifications}}

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

diff --git a/files/ru/web/api/document/location/index.html b/files/ru/web/api/document/location/index.html index dae24a2b7e..9a1df15cc4 100644 --- a/files/ru/web/api/document/location/index.html +++ b/files/ru/web/api/document/location/index.html @@ -34,25 +34,7 @@ document.location.href = 'http://www.mozilla.org'

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

- - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарии
{{SpecName('HTML WHATWG', "history.html#the-location-interface", "Document.location")}}{{Spec2('HTML WHATWG')}}Нет изменений с {{SpecName("HTML5 W3C")}}.
{{SpecName('HTML5 W3C', "browsers.html#the-location-interface", "Document.location")}}{{Spec2('HTML5 W3C')}}Исходное определение.
+{{Specifications}}

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

diff --git a/files/ru/web/api/document/queryselector/index.html b/files/ru/web/api/document/queryselector/index.html index 8dd9aa53d3..1202819d7c 100644 --- a/files/ru/web/api/document/queryselector/index.html +++ b/files/ru/web/api/document/queryselector/index.html @@ -92,25 +92,7 @@ translation_of: Web/API/Document/querySelector

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

- - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName("Selectors API Level 2", "#interface-definitions", "document.querySelector()")}}{{Spec2("Selectors API Level 2")}}
{{SpecName("Selectors API Level 1", "#interface-definitions", "document.querySelector()")}}{{Spec2("Selectors API Level 1")}}Изначальное определение
+{{Specifications}}

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

diff --git a/files/ru/web/api/document/readystate/index.html b/files/ru/web/api/document/readystate/index.html index 4b3f8e5900..fee81eb14b 100644 --- a/files/ru/web/api/document/readystate/index.html +++ b/files/ru/web/api/document/readystate/index.html @@ -74,30 +74,7 @@ document.onreadystatechange = function () {

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

- - - - - - - - - - - - - - - - - - - - - - - -
СпецификацияСостояниеКомментарии
{{SpecName("HTML WHATWG", "#current-document-readiness", "Document readiness")}}{{Spec2('HTML WHATWG')}}
{{SpecName("HTML5.1", "#current-document-readiness", "Document readiness")}}{{Spec2('HTML5.1')}}
{{SpecName("HTML5 W3C", "#current-document-readiness", "Document readiness")}}{{Spec2('HTML5 W3C')}}Первичная спецификация.
+{{Specifications}}

Браузерная поддержка

diff --git a/files/ru/web/api/document/url/index.html b/files/ru/web/api/document/url/index.html index 40f02bb6f8..043ae9d84c 100644 --- a/files/ru/web/api/document/url/index.html +++ b/files/ru/web/api/document/url/index.html @@ -37,27 +37,7 @@ translation_of: Web/API/Document/URL

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

- - - - - - - - - - - - - - - - - - - - -
СпецификацияСтатусКомментарий
{{SpecName("DOM WHATWG", "#dom-document-url", "Document.URL")}}{{Spec2("DOM WHATWG")}}Defines that the property is a {{domxref("USVString")}} instead of a {{domxref("DOMString")}}.
{{SpecName("DOM1", "level-one-html.html#attribute-URL", "Document.URL")}}{{Spec2("DOM1")}}Initial definition
+{{Specifications}}

Браузерная поддержка

-- cgit v1.2.3-54-g00ecf