aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/selection
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/selection
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/selection')
-rw-r--r--files/ru/web/api/selection/getrangeat/index.html2
-rw-r--r--files/ru/web/api/selection/index.html2
-rw-r--r--files/ru/web/api/selection/tostring/index.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/api/selection/getrangeat/index.html b/files/ru/web/api/selection/getrangeat/index.html
index 88a51ee488..8063e78f25 100644
--- a/files/ru/web/api/selection/getrangeat/index.html
+++ b/files/ru/web/api/selection/getrangeat/index.html
@@ -47,7 +47,7 @@ for(var i = 0; i &lt; sel.rangeCount; i++) {
<h2 id="Browser_compatibility">Совместимость</h2>
-<p>{{Compat("api.Selection.getRangeAt")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">Смотрите также</h2>
diff --git a/files/ru/web/api/selection/index.html b/files/ru/web/api/selection/index.html
index 1c825b2925..fa1f85660b 100644
--- a/files/ru/web/api/selection/index.html
+++ b/files/ru/web/api/selection/index.html
@@ -136,7 +136,7 @@ var range = selObj.getRangeAt(0);</pre>
<h2 id="Browser_compatibility">Browser compatibility</h2>
-<p>{{Compat("api.Selection")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">Смотрите также</h2>
diff --git a/files/ru/web/api/selection/tostring/index.html b/files/ru/web/api/selection/tostring/index.html
index d8f6bb1619..77c2069499 100644
--- a/files/ru/web/api/selection/tostring/index.html
+++ b/files/ru/web/api/selection/tostring/index.html
@@ -57,7 +57,7 @@ alert(window.getSelection().toString()) // What is actually being effectively c
-<p>{{Compat("api.Selection.toString")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">See also</h2>