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/node | |
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/node')
-rw-r--r-- | files/ru/web/api/node/clonenode/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/node/contains/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/node/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/node/insertbefore/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/node/isconnected/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/node/issamenode/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/node/issupported/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/node/ownerdocument/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/node/parentelement/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/node/parentnode/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/node/textcontent/index.html | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/files/ru/web/api/node/clonenode/index.html b/files/ru/web/api/node/clonenode/index.html index 2d7e8fb58e..56cabf1f0d 100644 --- a/files/ru/web/api/node/clonenode/index.html +++ b/files/ru/web/api/node/clonenode/index.html @@ -51,7 +51,7 @@ translation_of: Web/API/Node/cloneNode <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Node.cloneNode")}}</p> +<p>{{Compat}}</p> <h2 id="Спецификации">Спецификации</h2> diff --git a/files/ru/web/api/node/contains/index.html b/files/ru/web/api/node/contains/index.html index af5156e31a..b9bcf40574 100644 --- a/files/ru/web/api/node/contains/index.html +++ b/files/ru/web/api/node/contains/index.html @@ -38,7 +38,7 @@ translation_of: Web/API/Node/contains -<p>{{Compat("api.Node.contains")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/node/index.html b/files/ru/web/api/node/index.html index df19dd72cf..002d41c5db 100644 --- a/files/ru/web/api/node/index.html +++ b/files/ru/web/api/node/index.html @@ -226,4 +226,4 @@ document.body.removeAll();</pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Node")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/node/insertbefore/index.html b/files/ru/web/api/node/insertbefore/index.html index 357d320d6c..3931f4fa7b 100644 --- a/files/ru/web/api/node/insertbefore/index.html +++ b/files/ru/web/api/node/insertbefore/index.html @@ -77,7 +77,7 @@ parentElement.insertBefore(newElement, theFirstChild); <h2 id="Browser_Compatibility">Совместимость с браузерами</h2> -<p>{{Compat("api.Node.insertBefore")}}</p> +<p>{{Compat}}</p> <h2 id="Specification">Спецификация</h2> diff --git a/files/ru/web/api/node/isconnected/index.html b/files/ru/web/api/node/isconnected/index.html index db34feea77..53162190a1 100644 --- a/files/ru/web/api/node/isconnected/index.html +++ b/files/ru/web/api/node/isconnected/index.html @@ -70,5 +70,5 @@ console.log(style.isConnected); // returns true</pre> <div> -<p>{{Compat("api.Node.isConnected")}}</p> +<p>{{Compat}}</p> </div> diff --git a/files/ru/web/api/node/issamenode/index.html b/files/ru/web/api/node/issamenode/index.html index fb4e920c33..996ebd81b8 100644 --- a/files/ru/web/api/node/issamenode/index.html +++ b/files/ru/web/api/node/issamenode/index.html @@ -33,7 +33,7 @@ node1 == node2</pre> <h2 id="Совместимость_в_браузерах">Совместимость в браузерах</h2> -<p>{{Compat("api.Node.isSameNode")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/node/issupported/index.html b/files/ru/web/api/node/issupported/index.html index a9dc1b7ca5..5d282299b0 100644 --- a/files/ru/web/api/node/issupported/index.html +++ b/files/ru/web/api/node/issupported/index.html @@ -38,7 +38,7 @@ translation_of: Web/API/Node/isSupported <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Node.isSupported")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/node/ownerdocument/index.html b/files/ru/web/api/node/ownerdocument/index.html index 696351a427..7764949897 100644 --- a/files/ru/web/api/node/ownerdocument/index.html +++ b/files/ru/web/api/node/ownerdocument/index.html @@ -33,7 +33,7 @@ var html = d.documentElement; <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Node.ownerDocument")}}</p> +<p>{{Compat}}</p> <h2 id="Specification">Спецификация</h2> diff --git a/files/ru/web/api/node/parentelement/index.html b/files/ru/web/api/node/parentelement/index.html index 0b5eb58843..a70df353a9 100644 --- a/files/ru/web/api/node/parentelement/index.html +++ b/files/ru/web/api/node/parentelement/index.html @@ -25,7 +25,7 @@ translation_of: Web/API/Node/parentElement <p>В некоторых браузерах, свойство <code>parentElement</code> определено только для узлов, которые сами {{domxref("Element")}}. В частности, не определено для текстовых узлов.</p> -<p>{{Compat("api.Node.parentElement")}}</p> +<p>{{Compat}}</p> <h2 id="Specification">Спецификация</h2> diff --git a/files/ru/web/api/node/parentnode/index.html b/files/ru/web/api/node/parentnode/index.html index ddbd29b604..cf0b701fc3 100644 --- a/files/ru/web/api/node/parentnode/index.html +++ b/files/ru/web/api/node/parentnode/index.html @@ -35,7 +35,7 @@ translation_of: Web/API/Node/parentNode <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.Node.parentNode")}}</p> +<p>{{Compat}}</p> <h2 id="Specification">Спецификация</h2> diff --git a/files/ru/web/api/node/textcontent/index.html b/files/ru/web/api/node/textcontent/index.html index 4d3d70f33f..122d93e075 100644 --- a/files/ru/web/api/node/textcontent/index.html +++ b/files/ru/web/api/node/textcontent/index.html @@ -62,7 +62,7 @@ document.getElementById("block").textContent = "Это — просто текс <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("api.Node.textContent")}}</p> +<p>{{Compat}}</p> <h2 id="Specification">Спецификация</h2> |