aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/htmlelement/offsetheight/index.html
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-20 13:28:52 +0300
committerGitHub <noreply@github.com>2021-10-20 13:28:52 +0300
commit1386fed7d38652d5848d315927e7e23a66cffd13 (patch)
treeeb4b9adfec3f46c77304a1b9461d44357c8164c8 /files/ru/web/api/htmlelement/offsetheight/index.html
parentb0f32a46245b1033098a5a9826a7818fa4e65dde (diff)
downloadtranslated-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/htmlelement/offsetheight/index.html')
-rw-r--r--files/ru/web/api/htmlelement/offsetheight/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/files/ru/web/api/htmlelement/offsetheight/index.html b/files/ru/web/api/htmlelement/offsetheight/index.html
index bd26064ef3..96862833fd 100644
--- a/files/ru/web/api/htmlelement/offsetheight/index.html
+++ b/files/ru/web/api/htmlelement/offsetheight/index.html
@@ -15,14 +15,14 @@ translation_of: Web/API/HTMLElement/offsetHeight
<p>This property will round the value to an integer. If you need a fractional value, use {{ domxref("element.getBoundingClientRect()") }}.</p>
</div>
-<h2 id="Syntax_and_values" name="Syntax_and_values">Syntax</h2>
+<h2 id="Syntax_and_values">Syntax</h2>
<pre class="eval">var <em>intElemOffsetHeight</em> = document.getElementById(<em>id_attribute_value</em>).offsetHeight;
</pre>
<p><em>intElemOffsetHeight</em> is a variable storing an integer corresponding to the offsetHeight pixel value of the element. The offsetHeight property is readonly.</p>
-<h2 id="Example" name="Example">Example</h2>
+<h2 id="Example">Example</h2>
<p> </p>
@@ -33,7 +33,7 @@ translation_of: Web/API/HTMLElement/offsetHeight
<p> </p>
-<h2 id="Specification" name="Specification">Specification</h2>
+<h2 id="Specification">Specification</h2>
<table class="standard-table">
<thead>
@@ -52,7 +52,7 @@ translation_of: Web/API/HTMLElement/offsetHeight
</tbody>
</table>
-<h3 id="Notes" name="Notes">Notes</h3>
+<h3 id="Notes">Notes</h3>
<p><code>offsetHeight</code> is a property of the DHTML object model which was first introduced by MSIE. It is sometimes referred to as an element's physical/graphical dimensions, or an element's border-box height.</p>
@@ -60,7 +60,7 @@ translation_of: Web/API/HTMLElement/offsetHeight
<p>{{Compat("api.HTMLElement.offsetHeight")}}</p>
-<h2 id="See_Also" name="See_Also">See Also</h2>
+<h2 id="See_Also">See Also</h2>
<ul>
<li>{{domxref("Element.clientHeight")}}</li>