From 1386fed7d38652d5848d315927e7e23a66cffd13 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 20 Oct 2021 13:28:52 +0300 Subject: [RU] Remove `name` attribute from headings (#2788) --- files/ru/web/api/selection/getrangeat/index.html | 10 +++++----- files/ru/web/api/selection/index.html | 10 +++++----- files/ru/web/api/selection/tostring/index.html | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) (limited to 'files/ru/web/api/selection') 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

Метод Selection.getRangeAt() возвращает объект диапазона, который представляет один из диапазонов, выделенного на данный момент.

-

Синтаксис

+

Синтаксис

range = sel.getRangeAt(index)
 
-

Параметры

+

Параметры

range
@@ -27,7 +27,7 @@ translation_of: Web/API/Selection/getRangeAt
Индекс диапазона, начинающийся с нуля, который необходимо вернуть. Отрицательное значение или значение выше или равное {{domxref("Selection.rangeCount")}} приведёт к ошибке.
-

Примеры

+

Примеры

var ranges = [];
 
@@ -58,11 +58,11 @@ for(var i = 0; i < sel.rangeCount; i++) {
  
 
 
-

Совместимость

+

Совместимость

{{Compat("api.Selection.getRangeAt")}}

-

Смотрите также

+

Смотрите также

Safari and Chrome (unlike Firefox) historically focus the element containing selection when modifying the selection programmatically, but this might change in the future (see W3C bug 14383 and {{webkitbug("38696")}}).

-

Glossary

+

Glossary

Other key terms used in this section.

@@ -134,11 +134,11 @@ var range = selObj.getRangeAt(0); -

Browser compatibility

+

Browser compatibility

{{Compat("api.Selection")}}

-

Смотрите также

+

Смотрите также

-

Parameters

+

Parameters

None (отсутствуют).

-

Description

+

Description

Этот метод возвращает выделенный текст.

@@ -53,13 +53,13 @@ alert(window.getSelection().toString()) // What is actually being effectively c -

Browser compatibility

+

Browser compatibility

{{Compat("api.Selection.toString")}}

-

See also

+

See also