aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/htmlselectelement
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/htmlselectelement
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/htmlselectelement')
-rw-r--r--files/ru/web/api/htmlselectelement/index.html2
-rw-r--r--files/ru/web/api/htmlselectelement/selectedindex/index.html2
-rw-r--r--files/ru/web/api/htmlselectelement/setcustomvalidity/index.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/api/htmlselectelement/index.html b/files/ru/web/api/htmlselectelement/index.html
index 0958acd5bc..58f2cc4f21 100644
--- a/files/ru/web/api/htmlselectelement/index.html
+++ b/files/ru/web/api/htmlselectelement/index.html
@@ -227,7 +227,7 @@ console.log(select.options[select.selectedIndex].value) // Second
<h2 id="Browser_compatibility">Browser compatibility</h2>
-<p>{{Compat("api.HTMLSelectElement")}}</p>
+<p>{{Compat}}</p>
<h2 id="See_also">See also</h2>
diff --git a/files/ru/web/api/htmlselectelement/selectedindex/index.html b/files/ru/web/api/htmlselectelement/selectedindex/index.html
index 577e7013e2..170ecb2505 100644
--- a/files/ru/web/api/htmlselectelement/selectedindex/index.html
+++ b/files/ru/web/api/htmlselectelement/selectedindex/index.html
@@ -51,4 +51,4 @@ selectElem.addEventListener('change', function() {
<h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2>
-<p>{{Compat("api.HTMLSelectElement.selectedIndex")}}</p>
+<p>{{Compat}}</p>
diff --git a/files/ru/web/api/htmlselectelement/setcustomvalidity/index.html b/files/ru/web/api/htmlselectelement/setcustomvalidity/index.html
index 356e8bb658..341cf5d088 100644
--- a/files/ru/web/api/htmlselectelement/setcustomvalidity/index.html
+++ b/files/ru/web/api/htmlselectelement/setcustomvalidity/index.html
@@ -23,7 +23,7 @@ translation_of: Web/API/HTMLSelectElement/setCustomValidity
<h2 id="Поддержка_браузеров">Поддержка браузеров</h2>
-<p>{{Compat("api.HTMLSelectElement.setCustomValidity")}}</p>
+<p>{{Compat}}</p>
<h2 id="Смотрите_также">Смотрите также</h2>