aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/htmlelement/offsetwidth/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/htmlelement/offsetwidth/index.html')
-rw-r--r--files/ru/web/api/htmlelement/offsetwidth/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/files/ru/web/api/htmlelement/offsetwidth/index.html b/files/ru/web/api/htmlelement/offsetwidth/index.html
index d39fed6fb1..0e4f659f31 100644
--- a/files/ru/web/api/htmlelement/offsetwidth/index.html
+++ b/files/ru/web/api/htmlelement/offsetwidth/index.html
@@ -7,7 +7,7 @@ translation_of: Web/API/HTMLElement/offsetWidth
<p>Свойство <code><strong>HTMLElement.offsetWidth</strong></code> возвращает ширину элемента. Как правило, <code>offsetWidth</code> — это значение, включающее горизонтальный отступ элемента, ширину вертикального скроллбара (если он есть) и CSS ширину.</p>
-<h2 id="Syntax" name="Syntax">Синтаксис</h2>
+<h2 id="Syntax">Синтаксис</h2>
<pre class="syntaxbox">var<em> offsetWidth</em> = <em>element</em>.offsetWidth;
</pre>
@@ -20,14 +20,14 @@ translation_of: Web/API/HTMLElement/offsetWidth
<p> </p>
-<h2 id="Example" name="Example">Пример</h2>
+<h2 id="Example">Пример</h2>
<p> </p>
<p>             <img alt="Image:Dimensions-offset.png" class="internal" src="/@api/deki/files/186/=Dimensions-offset.png"></p>
-<h2 id="Specification" name="Specification">Спецификация</h2>
+<h2 id="Specification">Спецификация</h2>
<table class="standard-table">
<thead>
@@ -46,7 +46,7 @@ translation_of: Web/API/HTMLElement/offsetWidth
</tbody>
</table>
-<h3 id="Notes" name="Notes">Примечание</h3>
+<h3 id="Notes">Примечание</h3>
<p><code>offsetWidth — </code>свойство объектной модели <abbr title="Dynamic HyperText Markup Language">DHTML,</abbr> которое впервые было представлено в браузере MSIE. Его иногда называют физической/графической шириной или шириной блока элемента.</p>
@@ -54,7 +54,7 @@ translation_of: Web/API/HTMLElement/offsetWidth
<p>{{Compat("api.HTMLElement.offsetWidth")}}</p>
-<h2 id="See_also" name="See_also">Смотрите также</h2>
+<h2 id="See_also">Смотрите также</h2>
<ul>
<li>{{domxref("Element.clientWidth")}}</li>