From c08c48e16cb9e47c586925999362de104ecd710d Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Fri, 29 Oct 2021 20:34:32 +0300 Subject: [RU] Update Compat macros (#2911) --- files/ru/web/api/document/activeelement/index.html | 2 +- files/ru/web/api/document/alinkcolor/index.html | 2 +- files/ru/web/api/document/all/index.html | 2 +- files/ru/web/api/document/anchors/index.html | 2 +- files/ru/web/api/document/applets/index.html | 2 +- files/ru/web/api/document/bgcolor/index.html | 2 +- files/ru/web/api/document/body/index.html | 2 +- files/ru/web/api/document/characterset/index.html | 2 +- files/ru/web/api/document/close/index.html | 2 +- files/ru/web/api/document/cookie/index.html | 2 +- files/ru/web/api/document/createattribute/index.html | 2 +- files/ru/web/api/document/createdocumentfragment/index.html | 2 +- files/ru/web/api/document/createtextnode/index.html | 2 +- files/ru/web/api/document/createtreewalker/index.html | 2 +- files/ru/web/api/document/currentscript/index.html | 2 +- files/ru/web/api/document/defaultview/index.html | 2 +- files/ru/web/api/document/designmode/index.html | 2 +- files/ru/web/api/document/dir/index.html | 2 +- files/ru/web/api/document/doctype/index.html | 2 +- files/ru/web/api/document/document/index.html | 2 +- files/ru/web/api/document/documenturi/index.html | 2 +- files/ru/web/api/document/domain/index.html | 2 +- files/ru/web/api/document/domcontentloaded_event/index.html | 2 +- files/ru/web/api/document/dragstart_event/index.html | 2 +- files/ru/web/api/document/evaluate/index.html | 2 +- files/ru/web/api/document/execcommand/index.html | 2 +- files/ru/web/api/document/forms/index.html | 2 +- files/ru/web/api/document/getelementbyid/index.html | 2 +- files/ru/web/api/document/getelementsbyclassname/index.html | 2 +- files/ru/web/api/document/getelementsbyname/index.html | 2 +- files/ru/web/api/document/hasfocus/index.html | 2 +- files/ru/web/api/document/head/index.html | 2 +- files/ru/web/api/document/height/index.html | 2 +- files/ru/web/api/document/hidden/index.html | 2 +- files/ru/web/api/document/importnode/index.html | 2 +- files/ru/web/api/document/index.html | 2 +- files/ru/web/api/document/links/index.html | 2 +- files/ru/web/api/document/location/index.html | 2 +- files/ru/web/api/document/origin/index.html | 2 +- files/ru/web/api/document/queryselector/index.html | 2 +- files/ru/web/api/document/queryselectorall/index.html | 2 +- files/ru/web/api/document/readystate/index.html | 2 +- files/ru/web/api/document/referrer/index.html | 2 +- files/ru/web/api/document/registerelement/index.html | 2 +- files/ru/web/api/document/scripts/index.html | 2 +- files/ru/web/api/document/scroll_event/index.html | 2 +- files/ru/web/api/document/url/index.html | 2 +- 47 files changed, 47 insertions(+), 47 deletions(-) (limited to 'files/ru/web/api/document') diff --git a/files/ru/web/api/document/activeelement/index.html b/files/ru/web/api/document/activeelement/index.html index 8744c59508..563a008854 100644 --- a/files/ru/web/api/document/activeelement/index.html +++ b/files/ru/web/api/document/activeelement/index.html @@ -106,7 +106,7 @@ ID активного элемента: <span id="output-element"></spa

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

-

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

+

{{Compat}}

Связанные события

diff --git a/files/ru/web/api/document/alinkcolor/index.html b/files/ru/web/api/document/alinkcolor/index.html index d102d81a80..fb6316e265 100644 --- a/files/ru/web/api/document/alinkcolor/index.html +++ b/files/ru/web/api/document/alinkcolor/index.html @@ -31,6 +31,6 @@ document.alinkColor = color

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

-

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

+

{{Compat}}

 

diff --git a/files/ru/web/api/document/all/index.html b/files/ru/web/api/document/all/index.html index 9afcb8917a..494a26e3d8 100644 --- a/files/ru/web/api/document/all/index.html +++ b/files/ru/web/api/document/all/index.html @@ -23,4 +23,4 @@ translation_of: Web/API/Document/all -

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

+

{{Compat}}

diff --git a/files/ru/web/api/document/anchors/index.html b/files/ru/web/api/document/anchors/index.html index 5dd210eb88..a6f34bc3bd 100644 --- a/files/ru/web/api/document/anchors/index.html +++ b/files/ru/web/api/document/anchors/index.html @@ -96,6 +96,6 @@ function init() {

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

-

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

+

{{Compat}}

 

diff --git a/files/ru/web/api/document/applets/index.html b/files/ru/web/api/document/applets/index.html index 3eae1be404..e059c9fd18 100644 --- a/files/ru/web/api/document/applets/index.html +++ b/files/ru/web/api/document/applets/index.html @@ -42,6 +42,6 @@ my_java_app = document.applets[1];

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

-

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

+

{{Compat}}

 

diff --git a/files/ru/web/api/document/bgcolor/index.html b/files/ru/web/api/document/bgcolor/index.html index 467171ca3a..80168d4269 100644 --- a/files/ru/web/api/document/bgcolor/index.html +++ b/files/ru/web/api/document/bgcolor/index.html @@ -36,6 +36,6 @@ document.bgColor =color

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

-

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

+

{{Compat}}

 

diff --git a/files/ru/web/api/document/body/index.html b/files/ru/web/api/document/body/index.html index cbd8a2b3e2..1b74779e82 100644 --- a/files/ru/web/api/document/body/index.html +++ b/files/ru/web/api/document/body/index.html @@ -74,7 +74,7 @@ alert(document.body.id); // "newBodyElement"

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

-

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

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/document/characterset/index.html b/files/ru/web/api/document/characterset/index.html index 10696b56f9..1eb454549c 100644 --- a/files/ru/web/api/document/characterset/index.html +++ b/files/ru/web/api/document/characterset/index.html @@ -45,4 +45,4 @@ translation_of: Web/API/Document/characterSet

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

-

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

+

{{Compat}}

diff --git a/files/ru/web/api/document/close/index.html b/files/ru/web/api/document/close/index.html index 67adcd294f..9b4202170c 100644 --- a/files/ru/web/api/document/close/index.html +++ b/files/ru/web/api/document/close/index.html @@ -34,6 +34,6 @@ document.close();

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

-

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

+

{{Compat}}

 

diff --git a/files/ru/web/api/document/cookie/index.html b/files/ru/web/api/document/cookie/index.html index 4d8ddfdc83..3b262f96d5 100644 --- a/files/ru/web/api/document/cookie/index.html +++ b/files/ru/web/api/document/cookie/index.html @@ -321,7 +321,7 @@ executeOnce(alertSomething, null, "Hello world!!!!", "alert_something");<

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

-

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

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/document/createattribute/index.html b/files/ru/web/api/document/createattribute/index.html index 075ee4b211..4a6fd8a103 100644 --- a/files/ru/web/api/document/createattribute/index.html +++ b/files/ru/web/api/document/createattribute/index.html @@ -77,7 +77,7 @@ console.log(node.getAttribute("my_attrib")); // "newVal" -

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

+

{{Compat}}

See also

diff --git a/files/ru/web/api/document/createdocumentfragment/index.html b/files/ru/web/api/document/createdocumentfragment/index.html index d28375a448..a87568e04a 100644 --- a/files/ru/web/api/document/createdocumentfragment/index.html +++ b/files/ru/web/api/document/createdocumentfragment/index.html @@ -77,7 +77,7 @@ element.appendChild(fragment);

Browser compatibility

-

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

+

{{Compat}}

See also

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

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

-

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

+

{{Compat}}

diff --git a/files/ru/web/api/document/createtreewalker/index.html b/files/ru/web/api/document/createtreewalker/index.html index 452fb1651e..5cbec1f273 100644 --- a/files/ru/web/api/document/createtreewalker/index.html +++ b/files/ru/web/api/document/createtreewalker/index.html @@ -146,7 +146,7 @@ while(treeWalker.nextNode()) nodeList.push(treeWalker.currentNode); -

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

+

{{Compat}}

See also

diff --git a/files/ru/web/api/document/currentscript/index.html b/files/ru/web/api/document/currentscript/index.html index 3439912157..3a4267c9a5 100644 --- a/files/ru/web/api/document/currentscript/index.html +++ b/files/ru/web/api/document/currentscript/index.html @@ -49,7 +49,7 @@ translation_of: Web/API/Document/currentScript

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

-

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

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/document/defaultview/index.html b/files/ru/web/api/document/defaultview/index.html index df06455a50..f0dfb1ef04 100644 --- a/files/ru/web/api/document/defaultview/index.html +++ b/files/ru/web/api/document/defaultview/index.html @@ -23,4 +23,4 @@ translation_of: Web/API/Document/defaultView

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

-

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

+

{{Compat}}

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

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

-

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

+

{{Compat}}

diff --git a/files/ru/web/api/document/dir/index.html b/files/ru/web/api/document/dir/index.html index d1050bbc05..7fa74794d0 100644 --- a/files/ru/web/api/document/dir/index.html +++ b/files/ru/web/api/document/dir/index.html @@ -33,7 +33,7 @@ translation_of: Web/API/Document/dir

 

-

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

+

{{Compat}}

 

diff --git a/files/ru/web/api/document/doctype/index.html b/files/ru/web/api/document/doctype/index.html index 70eebb14d0..dac0b01469 100644 --- a/files/ru/web/api/document/doctype/index.html +++ b/files/ru/web/api/document/doctype/index.html @@ -45,4 +45,4 @@ console.log(

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

-

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

+

{{Compat}}

diff --git a/files/ru/web/api/document/document/index.html b/files/ru/web/api/document/document/index.html index 8e3a7cf9a4..7ae819f5b6 100644 --- a/files/ru/web/api/document/document/index.html +++ b/files/ru/web/api/document/document/index.html @@ -43,6 +43,6 @@ translation_of: Web/API/Document/Document

 

-

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

+

{{Compat}}

 

diff --git a/files/ru/web/api/document/documenturi/index.html b/files/ru/web/api/document/documenturi/index.html index c5c5eba6d7..d63935fc0a 100644 --- a/files/ru/web/api/document/documenturi/index.html +++ b/files/ru/web/api/document/documenturi/index.html @@ -24,4 +24,4 @@ translation_of: Web/API/Document/documentURI

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

-

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

+

{{Compat}}

diff --git a/files/ru/web/api/document/domain/index.html b/files/ru/web/api/document/domain/index.html index d3fbe24fe7..93e0e8bac3 100644 --- a/files/ru/web/api/document/domain/index.html +++ b/files/ru/web/api/document/domain/index.html @@ -94,7 +94,7 @@ if (document.domain == badDomain) {

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

-

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

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/document/domcontentloaded_event/index.html b/files/ru/web/api/document/domcontentloaded_event/index.html index ec4eca514c..460a6656f5 100644 --- a/files/ru/web/api/document/domcontentloaded_event/index.html +++ b/files/ru/web/api/document/domcontentloaded_event/index.html @@ -153,7 +153,7 @@ document.addEventListener('DOMContentLoaded', (event) => { {{Specifications}}

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

-

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

+

{{Compat}}

Смотрите также

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

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

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/document/evaluate/index.html b/files/ru/web/api/document/evaluate/index.html index ea44922ef5..28f2c36436 100644 --- a/files/ru/web/api/document/evaluate/index.html +++ b/files/ru/web/api/document/evaluate/index.html @@ -133,7 +133,7 @@ alert(alertText); // Показывает alert со всеми найденны

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

-

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

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/document/execcommand/index.html b/files/ru/web/api/document/execcommand/index.html index ff6d160278..c4520839b6 100644 --- a/files/ru/web/api/document/execcommand/index.html +++ b/files/ru/web/api/document/execcommand/index.html @@ -274,7 +274,7 @@ translation_of: Web/API/Document/execCommand

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

-

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

+

{{Compat}}

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

diff --git a/files/ru/web/api/document/forms/index.html b/files/ru/web/api/document/forms/index.html index bab7e4317c..c72fe953d4 100644 --- a/files/ru/web/api/document/forms/index.html +++ b/files/ru/web/api/document/forms/index.html @@ -90,7 +90,7 @@ var selectFormElement = document.forms[index].elements[index];

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

-

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

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/document/getelementbyid/index.html b/files/ru/web/api/document/getelementbyid/index.html index 501f24faef..fab8a4cebe 100644 --- a/files/ru/web/api/document/getelementbyid/index.html +++ b/files/ru/web/api/document/getelementbyid/index.html @@ -99,7 +99,7 @@ var el = document.getElementById('testqq'); // el will be null!

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

-

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

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/document/getelementsbyclassname/index.html b/files/ru/web/api/document/getelementsbyclassname/index.html index 2bd221c468..7d88e2cbfa 100644 --- a/files/ru/web/api/document/getelementsbyclassname/index.html +++ b/files/ru/web/api/document/getelementsbyclassname/index.html @@ -70,7 +70,7 @@ var testDivs = Array.prototype.filter.call(testElements, function(testElement){

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

-

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

+

{{Compat}}

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

diff --git a/files/ru/web/api/document/getelementsbyname/index.html b/files/ru/web/api/document/getelementsbyname/index.html index 73b8921d61..4734e5a415 100644 --- a/files/ru/web/api/document/getelementsbyname/index.html +++ b/files/ru/web/api/document/getelementsbyname/index.html @@ -79,7 +79,7 @@ translation_of: Web/API/Document/getElementsByName -

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

+

{{Compat}}

See also

diff --git a/files/ru/web/api/document/hasfocus/index.html b/files/ru/web/api/document/hasfocus/index.html index b450067b2d..ea46f2af19 100644 --- a/files/ru/web/api/document/hasfocus/index.html +++ b/files/ru/web/api/document/hasfocus/index.html @@ -87,7 +87,7 @@ function openWindow() {

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

-

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

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/document/head/index.html b/files/ru/web/api/document/head/index.html index 78c09b0450..2082d93459 100644 --- a/files/ru/web/api/document/head/index.html +++ b/files/ru/web/api/document/head/index.html @@ -51,7 +51,7 @@ translation_of: Web/API/Document/head

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

-

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

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/document/height/index.html b/files/ru/web/api/document/height/index.html index 8bba4d46f2..e39e77d946 100644 --- a/files/ru/web/api/document/height/index.html +++ b/files/ru/web/api/document/height/index.html @@ -40,7 +40,7 @@ document.documentElement.scrollHeight

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

-

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

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/document/hidden/index.html b/files/ru/web/api/document/hidden/index.html index f5cbc4acb6..1672e9509b 100644 --- a/files/ru/web/api/document/hidden/index.html +++ b/files/ru/web/api/document/hidden/index.html @@ -27,4 +27,4 @@ translation_of: Web/API/Document/hidden -

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

+

{{Compat}}

diff --git a/files/ru/web/api/document/importnode/index.html b/files/ru/web/api/document/importnode/index.html index 95efbef96f..07d715fc72 100644 --- a/files/ru/web/api/document/importnode/index.html +++ b/files/ru/web/api/document/importnode/index.html @@ -80,7 +80,7 @@ document.getElementById("container").appendChild(newNode); -

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

+

{{Compat}}

See also

diff --git a/files/ru/web/api/document/index.html b/files/ru/web/api/document/index.html index 968af1cc17..7f2a2e61cd 100644 --- a/files/ru/web/api/document/index.html +++ b/files/ru/web/api/document/index.html @@ -402,4 +402,4 @@ translation_of: Web/API/Document

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

-

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

+

{{Compat}}

diff --git a/files/ru/web/api/document/links/index.html b/files/ru/web/api/document/links/index.html index b46180147b..a064e24096 100644 --- a/files/ru/web/api/document/links/index.html +++ b/files/ru/web/api/document/links/index.html @@ -45,6 +45,6 @@ for(var i = 0; i < links.length; i++) {

 

-

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

+

{{Compat}}

 

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

 

-

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

+

{{Compat}}

 

diff --git a/files/ru/web/api/document/origin/index.html b/files/ru/web/api/document/origin/index.html index 5172e69480..54d2061cf4 100644 --- a/files/ru/web/api/document/origin/index.html +++ b/files/ru/web/api/document/origin/index.html @@ -34,7 +34,7 @@ var origin = document.origin;

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

-

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

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/document/queryselector/index.html b/files/ru/web/api/document/queryselector/index.html index 0f2dbb4229..54c2920062 100644 --- a/files/ru/web/api/document/queryselector/index.html +++ b/files/ru/web/api/document/queryselector/index.html @@ -96,7 +96,7 @@ translation_of: Web/API/Document/querySelector

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

-

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

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/document/queryselectorall/index.html b/files/ru/web/api/document/queryselectorall/index.html index 135e34c329..358206076b 100644 --- a/files/ru/web/api/document/queryselectorall/index.html +++ b/files/ru/web/api/document/queryselectorall/index.html @@ -152,7 +152,7 @@ inner.length; // 0

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

-

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

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/document/readystate/index.html b/files/ru/web/api/document/readystate/index.html index 050cbbf190..17570c9628 100644 --- a/files/ru/web/api/document/readystate/index.html +++ b/files/ru/web/api/document/readystate/index.html @@ -78,7 +78,7 @@ document.onreadystatechange = function () {

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

-

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

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/document/referrer/index.html b/files/ru/web/api/document/referrer/index.html index a5c775ba7a..e2114dbc65 100644 --- a/files/ru/web/api/document/referrer/index.html +++ b/files/ru/web/api/document/referrer/index.html @@ -32,6 +32,6 @@ translation_of: Web/API/Document/referrer

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

-

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

+

{{Compat}}

 

diff --git a/files/ru/web/api/document/registerelement/index.html b/files/ru/web/api/document/registerelement/index.html index c6891a28a8..130d1baf9e 100644 --- a/files/ru/web/api/document/registerelement/index.html +++ b/files/ru/web/api/document/registerelement/index.html @@ -62,7 +62,7 @@ mytag.textContent = "I am a my-tag element.";

Browser compatibility

-

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

+

{{Compat}}

See also

diff --git a/files/ru/web/api/document/scripts/index.html b/files/ru/web/api/document/scripts/index.html index 13fe288be4..0896903eba 100644 --- a/files/ru/web/api/document/scripts/index.html +++ b/files/ru/web/api/document/scripts/index.html @@ -27,7 +27,7 @@ if (scripts.length) {

Browser compatibility

-

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

+

{{Compat}}

Specifications

diff --git a/files/ru/web/api/document/scroll_event/index.html b/files/ru/web/api/document/scroll_event/index.html index 2614235d17..25897ffcc4 100644 --- a/files/ru/web/api/document/scroll_event/index.html +++ b/files/ru/web/api/document/scroll_event/index.html @@ -80,7 +80,7 @@ window.addEventListener('scroll', function(e) {

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

-

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

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/document/url/index.html b/files/ru/web/api/document/url/index.html index f9169d6788..75be8faad8 100644 --- a/files/ru/web/api/document/url/index.html +++ b/files/ru/web/api/document/url/index.html @@ -41,7 +41,7 @@ translation_of: Web/API/Document/URL

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

-

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

+

{{Compat}}

Смотрите также

-- cgit v1.2.3-54-g00ecf