aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/element/clientheight/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/element/clientheight/index.html')
-rw-r--r--files/ru/web/api/element/clientheight/index.html10
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>