diff options
| author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-20 13:28:52 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-20 13:28:52 +0300 |
| commit | 1386fed7d38652d5848d315927e7e23a66cffd13 (patch) | |
| tree | eb4b9adfec3f46c77304a1b9461d44357c8164c8 /files/ru/web/api/element/clientheight | |
| parent | b0f32a46245b1033098a5a9826a7818fa4e65dde (diff) | |
| download | translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.tar.gz translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.tar.bz2 translated-content-1386fed7d38652d5848d315927e7e23a66cffd13.zip | |
[RU] Remove `name` attribute from headings (#2788)
Diffstat (limited to 'files/ru/web/api/element/clientheight')
| -rw-r--r-- | files/ru/web/api/element/clientheight/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/ru/web/api/element/clientheight/index.html b/files/ru/web/api/element/clientheight/index.html index 572c293438..989f944cb5 100644 --- a/files/ru/web/api/element/clientheight/index.html +++ b/files/ru/web/api/element/clientheight/index.html @@ -13,20 +13,20 @@ translation_of: Web/API/Element/clientHeight <p><strong>Внимание:</strong> При вычислении значения свойства, результат округляется до ближайшего целого. Если требуется дробное значение, используйте {{ domxref("element.getBoundingClientRect()") }}.</p> </div> -<h2 id="Syntax_and_values" name="Syntax_and_values">Синтаксис</h2> +<h2 id="Syntax_and_values">Синтаксис</h2> <pre class="syntaxbox">var <var>h</var> = <var>element</var>.clientHeight;</pre> <p><code><var>h</var></code> - целочисленное значение высоты элемента в пикселях.</p> -<h2 id="Example" name="Example">Пример</h2> +<h2 id="Example">Пример</h2> <p> </p> <p> <img alt="Image:Dimensions-client.png" class="internal" src="/@api/deki/files/185/=Dimensions-client.png"></p> -<h2 id="Specification" name="Specification">Спецификация</h2> +<h2 id="Specification">Спецификация</h2> <table class="standard-table"> <thead> @@ -45,7 +45,7 @@ translation_of: Web/API/Element/clientHeight </tbody> </table> -<h3 id="Notes" name="Notes">К сведению</h3> +<h3 id="Notes">К сведению</h3> <p>Свойство <code>clientHeight</code> впервые было представлено в объектной модели Internet Explorer.</p> @@ -53,7 +53,7 @@ translation_of: Web/API/Element/clientHeight <p>{{Compat("api.Element.clientHeight")}}</p> -<h2 id="See_Also" name="See_Also">Смотрите также</h2> +<h2 id="See_Also">Смотрите также</h2> <ul> <li>{{domxref("HTMLElement.offsetHeight")}}</li> |
