diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-29 20:34:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-29 20:34:32 +0300 |
commit | c08c48e16cb9e47c586925999362de104ecd710d (patch) | |
tree | 4464fc29abe9bc12fab7c665884d08b864cf2ff0 /files/ru/web/api/htmlformelement | |
parent | 9adcae13346df29353fc658e8c1e04e1903f1f9d (diff) | |
download | translated-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/htmlformelement')
4 files changed, 4 insertions, 4 deletions
diff --git a/files/ru/web/api/htmlformelement/elements/index.html b/files/ru/web/api/htmlformelement/elements/index.html index a1e9d8d068..3447d7060c 100644 --- a/files/ru/web/api/htmlformelement/elements/index.html +++ b/files/ru/web/api/htmlformelement/elements/index.html @@ -97,4 +97,4 @@ for (i = 0; i < inputs.length; i++) { -<p>{{Compat("api.HTMLFormElement.elements")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/htmlformelement/index.html b/files/ru/web/api/htmlformelement/index.html index 318e59bfcf..d35b3e190c 100644 --- a/files/ru/web/api/htmlformelement/index.html +++ b/files/ru/web/api/htmlformelement/index.html @@ -218,7 +218,7 @@ function popupSend (oFormElement) { <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.HTMLFormElement")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/htmlformelement/reportvalidity/index.html b/files/ru/web/api/htmlformelement/reportvalidity/index.html index 83d185529d..dbfba23cbf 100644 --- a/files/ru/web/api/htmlformelement/reportvalidity/index.html +++ b/files/ru/web/api/htmlformelement/reportvalidity/index.html @@ -28,4 +28,4 @@ document.forms["myform"].addEventListener('submit', function() { <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.HTMLFormElement.reportValidity")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/htmlformelement/submit/index.html b/files/ru/web/api/htmlformelement/submit/index.html index 00dfc0a6e9..c2791d4443 100644 --- a/files/ru/web/api/htmlformelement/submit/index.html +++ b/files/ru/web/api/htmlformelement/submit/index.html @@ -53,4 +53,4 @@ translation_of: Web/API/HTMLFormElement/submit -<p>{{Compat("api.HTMLFormElement.submit")}}</p> +<p>{{Compat}}</p> |