aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/selection
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/selection')
-rw-r--r--files/ru/web/api/selection/getrangeat/index.html10
-rw-r--r--files/ru/web/api/selection/index.html10
-rw-r--r--files/ru/web/api/selection/tostring/index.html10
3 files changed, 15 insertions, 15 deletions
diff --git a/files/ru/web/api/selection/getrangeat/index.html b/files/ru/web/api/selection/getrangeat/index.html
index f586e27f7a..47475eb9a3 100644
--- a/files/ru/web/api/selection/getrangeat/index.html
+++ b/files/ru/web/api/selection/getrangeat/index.html
@@ -13,12 +13,12 @@ translation_of: Web/API/Selection/getRangeAt
<p>Метод <strong><code>Selection.getRangeAt()</code></strong> возвращает объект диапазона, который представляет один из диапазонов, выделенного на данный момент.</p>
-<h2 id="Syntax" name="Syntax">Синтаксис</h2>
+<h2 id="Syntax">Синтаксис</h2>
<pre class="syntaxbox"><em>range</em> = <em>sel</em>.getRangeAt(<em>index</em>)
</pre>
-<h3 id="Parameters" name="Parameters">Параметры</h3>
+<h3 id="Parameters">Параметры</h3>
<dl>
<dt><em><code>range</code></em></dt>
@@ -27,7 +27,7 @@ translation_of: Web/API/Selection/getRangeAt
<dd>Индекс диапазона, начинающийся с нуля, который необходимо вернуть. Отрицательное значение или значение выше или равное {{domxref("Selection.rangeCount")}} приведёт к ошибке.</dd>
</dl>
-<h2 id="Examples" name="Examples">Примеры</h2>
+<h2 id="Examples">Примеры</h2>
<pre class="brush:js">var ranges = [];
@@ -58,11 +58,11 @@ for(var i = 0; i &lt; sel.rangeCount; i++) {
</tbody>
</table>
-<h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость</h2>
+<h2 id="Browser_compatibility">Совместимость</h2>
<p>{{Compat("api.Selection.getRangeAt")}}</p>
-<h2 id="See_also" name="See_also">Смотрите также</h2>
+<h2 id="See_also">Смотрите также</h2>
<ul>
<li>{{domxref("Selection")}}, интерфейс, к которому принадлежит метод.</li>
diff --git a/files/ru/web/api/selection/index.html b/files/ru/web/api/selection/index.html
index 8d07ebd8de..1c825b2925 100644
--- a/files/ru/web/api/selection/index.html
+++ b/files/ru/web/api/selection/index.html
@@ -17,7 +17,7 @@ translation_of: Web/API/Selection
<div> </div>
-<h2 id="Properties" name="Properties">Свойства</h2>
+<h2 id="Properties">Свойства</h2>
<dl>
<dt>{{domxref("Selection.anchorNode")}}</dt>
@@ -34,7 +34,7 @@ translation_of: Web/API/Selection
<dd>Returns the number of ranges in the selection.</dd>
</dl>
-<h2 id="Methods" name="Methods">Методы</h2>
+<h2 id="Methods">Методы</h2>
<dl>
<dt>{{domxref("Selection.getRangeAt()")}}</dt>
@@ -99,7 +99,7 @@ var range = selObj.getRangeAt(0);</pre>
<p>Safari and Chrome (unlike Firefox) historically focus the element containing selection when modifying the selection programmatically, but this might change in the future (see <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14383">W3C bug 14383</a> and {{webkitbug("38696")}}).</p>
-<h3 id="Glossary" name="Glossary">Glossary</h3>
+<h3 id="Glossary">Glossary</h3>
<p>Other key terms used in this section.</p>
@@ -134,11 +134,11 @@ var range = selObj.getRangeAt(0);</pre>
</tbody>
</table>
-<h2 id="Browser_compatibility" name="Browser_compatibility">Browser compatibility</h2>
+<h2 id="Browser_compatibility">Browser compatibility</h2>
<p>{{Compat("api.Selection")}}</p>
-<h2 id="See_also" name="See_also">Смотрите также</h2>
+<h2 id="See_also">Смотрите также</h2>
<ul>
<li>{{domxref("Window.getSelection")}}, {{domxref("Document.getSelection")}}, {{domxref("Range")}}</li>
diff --git a/files/ru/web/api/selection/tostring/index.html b/files/ru/web/api/selection/tostring/index.html
index 0e1dede357..d8f6bb1619 100644
--- a/files/ru/web/api/selection/tostring/index.html
+++ b/files/ru/web/api/selection/tostring/index.html
@@ -11,7 +11,7 @@ translation_of: Web/API/Selection/toString
<p>Метод <strong><code>Selection.toString()</code></strong> возвращает строку, содержащуюся в выделенном объекте, т.е. выделенный текст.</p>
-<h2 id="Syntax" name="Syntax">Syntax</h2>
+<h2 id="Syntax">Syntax</h2>
<pre class="syntaxbox"><em>str</em> =<em> sel</em>.toString()
</pre>
@@ -22,11 +22,11 @@ translation_of: Web/API/Selection/toString
<li><em><code>str</code></em> -- это строка, содержащаяся в выделении.</li>
</ul>
-<h3 id="Parameters" name="Parameters">Parameters</h3>
+<h3 id="Parameters">Parameters</h3>
<p><em>None (отсутствуют).</em></p>
-<h2 id="Description" name="Description">Description</h2>
+<h2 id="Description">Description</h2>
<p>Этот метод возвращает выделенный текст.</p>
@@ -53,13 +53,13 @@ alert(window.getSelection().toString()) // What is actually being effectively c
</tbody>
</table>
-<h2 id="Browser_compatibility" name="Browser_compatibility">Browser compatibility</h2>
+<h2 id="Browser_compatibility">Browser compatibility</h2>
<p>{{Compat("api.Selection.toString")}}</p>
-<h2 id="See_also" name="See_also">See also</h2>
+<h2 id="See_also">See also</h2>
<ul>
<li>{{domxref("Selection")}}, the interface it belongs to.</li>