diff options
Diffstat (limited to 'files/ru/web/api/selection')
-rw-r--r-- | files/ru/web/api/selection/getrangeat/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/selection/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/selection/tostring/index.html | 2 |
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 < 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> |