aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/document
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-29 20:34:32 +0300
committerGitHub <noreply@github.com>2021-10-29 20:34:32 +0300
commitc08c48e16cb9e47c586925999362de104ecd710d (patch)
tree4464fc29abe9bc12fab7c665884d08b864cf2ff0 /files/ru/web/api/document
parent9adcae13346df29353fc658e8c1e04e1903f1f9d (diff)
downloadtranslated-content-c08c48e16cb9e47c586925999362de104ecd710d.tar.gz
translated-content-c08c48e16cb9e47c586925999362de104ecd710d.tar.bz2
translated-content-c08c48e16cb9e47c586925999362de104ecd710d.zip
[RU] Update Compat macros (#2911)
Diffstat (limited to 'files/ru/web/api/document')
-rw-r--r--files/ru/web/api/document/activeelement/index.html2
-rw-r--r--files/ru/web/api/document/alinkcolor/index.html2
-rw-r--r--files/ru/web/api/document/all/index.html2
-rw-r--r--files/ru/web/api/document/anchors/index.html2
-rw-r--r--files/ru/web/api/document/applets/index.html2
-rw-r--r--files/ru/web/api/document/bgcolor/index.html2
-rw-r--r--files/ru/web/api/document/body/index.html2
-rw-r--r--files/ru/web/api/document/characterset/index.html2
-rw-r--r--files/ru/web/api/document/close/index.html2
-rw-r--r--files/ru/web/api/document/cookie/index.html2
-rw-r--r--files/ru/web/api/document/createattribute/index.html2
-rw-r--r--files/ru/web/api/document/createdocumentfragment/index.html2
-rw-r--r--files/ru/web/api/document/createtextnode/index.html2
-rw-r--r--files/ru/web/api/document/createtreewalker/index.html2
-rw-r--r--files/ru/web/api/document/currentscript/index.html2
-rw-r--r--files/ru/web/api/document/defaultview/index.html2
-rw-r--r--files/ru/web/api/document/designmode/index.html2
-rw-r--r--files/ru/web/api/document/dir/index.html2
-rw-r--r--files/ru/web/api/document/doctype/index.html2
-rw-r--r--files/ru/web/api/document/document/index.html2
-rw-r--r--files/ru/web/api/document/documenturi/index.html2
-rw-r--r--files/ru/web/api/document/domain/index.html2
-rw-r--r--files/ru/web/api/document/domcontentloaded_event/index.html2
-rw-r--r--files/ru/web/api/document/dragstart_event/index.html2
-rw-r--r--files/ru/web/api/document/evaluate/index.html2
-rw-r--r--files/ru/web/api/document/execcommand/index.html2
-rw-r--r--files/ru/web/api/document/forms/index.html2
-rw-r--r--files/ru/web/api/document/getelementbyid/index.html2
-rw-r--r--files/ru/web/api/document/getelementsbyclassname/index.html2
-rw-r--r--files/ru/web/api/document/getelementsbyname/index.html2
-rw-r--r--files/ru/web/api/document/hasfocus/index.html2
-rw-r--r--files/ru/web/api/document/head/index.html2
-rw-r--r--files/ru/web/api/document/height/index.html2
-rw-r--r--files/ru/web/api/document/hidden/index.html2
-rw-r--r--files/ru/web/api/document/importnode/index.html2
-rw-r--r--files/ru/web/api/document/index.html2
-rw-r--r--files/ru/web/api/document/links/index.html2
-rw-r--r--files/ru/web/api/document/location/index.html2
-rw-r--r--files/ru/web/api/document/origin/index.html2
-rw-r--r--files/ru/web/api/document/queryselector/index.html2
-rw-r--r--files/ru/web/api/document/queryselectorall/index.html2
-rw-r--r--files/ru/web/api/document/readystate/index.html2
-rw-r--r--files/ru/web/api/document/referrer/index.html2
-rw-r--r--files/ru/web/api/document/registerelement/index.html2
-rw-r--r--files/ru/web/api/document/scripts/index.html2
-rw-r--r--files/ru/web/api/document/scroll_event/index.html2
-rw-r--r--files/ru/web/api/document/url/index.html2
47 files changed, 47 insertions, 47 deletions
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 активного элемента: &lt;span id="output-element"&gt;&lt;/spa
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.Document.activeElement")}}</p>
+<p>{{Compat}}</p>
<h2 id="Связанные_события">Связанные события</h2>
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 = <em>color</em>
<h2 id="Браузерная_поддержка">Браузерная поддержка</h2>
-<p>{{Compat("api.Document.alinkColor")}}</p>
+<p>{{Compat}}</p>
<p> </p>
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
-<p>{{Compat("api.Document.all")}}</p>
+<p>{{Compat}}</p>
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() {
<h2 id="Браузерная_поддержка">Браузерная поддержка</h2>
-<p>{{Compat("api.Document.anchors")}}</p>
+<p>{{Compat}}</p>
<p> </p>
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];
<h2 id="Браузерная_поддержка">Браузерная поддержка</h2>
-<p>{{Compat("api.Document.applets")}}</p>
+<p>{{Compat}}</p>
<p> </p>
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 =<em>color</em>
<h2 id="Браузерная_поддержка">Браузерная поддержка</h2>
-<p>{{Compat("api.Document.bgColor")}}</p>
+<p>{{Compat}}</p>
<p> </p>
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"
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.Document.body")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
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
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.Document.characterSet")}}</p>
+<p>{{Compat}}</p>
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();
<h2 id="Браузерная_поддержка">Браузерная поддержка</h2>
-<p>{{Compat("api.Document.close")}}</p>
+<p>{{Compat}}</p>
<p> </p>
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");</code><
<h2 id="Браузерная_поддержка">Браузерная поддержка</h2>
-<p>{{Compat("api.Document.cookie")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
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"
-<p>{{Compat("api.Document.createAttribute")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">See also</h2>
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);
<h2 id="Browser_compatibility">Browser compatibility</h2>
-<p>{{Compat("api.Document.createDocumentFragment")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">See also</h2>
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) {
<h2 id="Совместимость">Совместимость</h2>
-<p>{{Compat("api.Document.createTextNode")}}</p>
+<p>{{Compat}}</p>
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);
-<p>{{Compat("api.Document.createTreeWalker")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">See also</h2>
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
<h2 id="Совместимость">Совместимость</h2>
-<p>{{Compat("api.Document.currentScript")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
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
<h2 id="Браузерная_поддержка">Браузерная поддержка</h2>
-<p>{{Compat("api.Document.defaultView")}}</p>
+<p>{{Compat}}</p>
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" </code>|| "off";</pre>
<h2 id="Совместимость_с_браузерами" style="font-size: 2.14285714285714rem;">Совместимость с браузерами</h2>
-<p>{{Compat("api.Document.designMode")}}</p>
+<p>{{Compat}}</p>
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
<p> </p>
-<p>{{Compat("api.Document.dir")}}</p>
+<p>{{Compat}}</p>
<p> </p>
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(
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.Document.doctype")}}</p>
+<p>{{Compat}}</p>
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
<p> </p>
-<p>{{Compat("api.Document.Document")}}</p>
+<p>{{Compat}}</p>
<p> </p>
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
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.Document.documentURI")}}</p>
+<p>{{Compat}}</p>
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) {
</table>
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.Document.domain")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">Смотрите также</h2>
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) =&gt; {
{{Specifications}}
<h2 id="Браузерная_совместимость">Браузерная совместимость</h2>
-<p>{{Compat("api.Document.DOMContentLoaded_event")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
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
-<p>{{Compat("api.Document.dragstart_event")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
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 со всеми найденны
<h2 id="Browser_compatibility">Совместимость с браузерами</h2>
-<p>{{Compat("api.Document.evaluate")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">Смотрите также</h2>
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
<h2 id="Browser_Compatibility">Совместимость с браузерами</h2>
-<p>{{Compat("api.Document.execCommand")}}</p>
+<p>{{Compat}}</p>
<h2 id="Specification">Спецификация</h2>
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];</code></pre>
<h2 id="See_Also">Браузерная поддержка</h2>
-<p>{{Compat("api.Document.forms")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_Also">Смотрите также</h2>
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!
<h2 id="Browser_Compatibility">Совместимость в браузерах</h2>
-<p>{{Compat("api.Document.getElementById")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">Смотрите также</h2>
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){
<h2 id="Совместимость_браузеров">Совместимость браузеров</h2>
-<p>{{Compat("api.Document.getElementsByClassName")}}</p>
+<p>{{Compat}}</p>
<h2 id="Specification">Спецификация</h2>
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
-<p>{{Compat("api.Document.getElementsByName")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">See also</h2>
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() {
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.Document.hasFocus")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
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
<h2 id="Браузерная_поддержка">Браузерная поддержка</h2>
-<p>{{Compat("api.Document.head")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
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
<h2 id="Поддержка_браузерами">Поддержка браузерами</h2>
-<p>{{Compat("api.Document.height")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
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
-<p>{{Compat("api.Document.hidden")}}</p>
+<p>{{Compat}}</p>
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);
-<p>{{Compat("api.Document.importNode")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">See also</h2>
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
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.Document")}}</p>
+<p>{{Compat}}</p>
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 &lt; links.length; i++) {
<p> </p>
-<p>{{Compat("api.Document.links")}}</p>
+<p>{{Compat}}</p>
<p> </p>
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'</pre>
<p> </p>
-<p>{{Compat("api.Document.location")}}</p>
+<p>{{Compat}}</p>
<p> </p>
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;
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.Document.origin")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
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
<h2 id="Browser_Compatibility">Совместимость с браузерами</h2>
-<p>{{Compat("api.Document.querySelector")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">Смотрите также</h2>
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</pre>
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.Document.querySelectorAll")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также"><span style='font-family: x-locale-heading-primary,zillaslab,Palatino,"Palatino Linotype",x-locale-heading-secondary,serif; font-size: 2.33333rem; letter-spacing: -0.00278rem;'>Смотрите также</span></h2>
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 () {
<h2 id="Браузерная_поддержка">Браузерная поддержка</h2>
-<p>{{Compat("api.Document.readyState")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
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
<h2 id="Браузерная_поддержка">Браузерная поддержка</h2>
-<p>{{Compat("api.Document.referrer")}}</p>
+<p>{{Compat}}</p>
<p> </p>
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.";
<h2 id="Browser_compatibility">Browser compatibility</h2>
-<p>{{Compat("api.Document.registerElement")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">See also</h2>
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) {
<h2 id="Browser_compatibility">Browser compatibility</h2>
-<p>{{Compat("api.Document.scripts")}}</p>
+<p>{{Compat}}</p>
<h2 id="Specifications">Specifications</h2>
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) {
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.Document.scroll_event")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>
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
<h2 id="Браузерная_поддержка">Браузерная поддержка</h2>
-<p>{{Compat("api.Document.URL")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>