From 362ba6775c2337ed3dc91d5320f7e891c3c74f99 Mon Sep 17 00:00:00 2001 From: MDN Date: Sat, 13 Mar 2021 00:26:44 +0000 Subject: [CRON] sync translated content --- files/ru/_redirects.txt | 2 +- files/ru/_wikihistory.json | 12 ++++++------ files/ru/web/api/document/getselection/index.html | 10 ++++++++++ .../ru/web/api/documentorshadowroot/getselection/index.html | 10 ---------- 4 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 files/ru/web/api/document/getselection/index.html delete mode 100644 files/ru/web/api/documentorshadowroot/getselection/index.html (limited to 'files/ru') diff --git a/files/ru/_redirects.txt b/files/ru/_redirects.txt index 217bd711d9..e397148064 100644 --- a/files/ru/_redirects.txt +++ b/files/ru/_redirects.txt @@ -402,8 +402,8 @@ /ru/docs/Web/API/Document/defaultView/resize_event /ru/docs/Web/API/Window/resize_event /ru/docs/Web/API/Document/defaultView/storage_event /ru/docs/Web/API/Window/storage_event /ru/docs/Web/API/Document/domConfig /ru/docs/Web/API/Document -/ru/docs/Web/API/Document/getSelection /ru/docs/Web/API/DocumentOrShadowRoot/getSelection /ru/docs/Web/API/DocumentOrShadowRoot/activeElement /ru/docs/Web/API/Document/activeElement +/ru/docs/Web/API/DocumentOrShadowRoot/getSelection /ru/docs/Web/API/Document/getSelection /ru/docs/Web/API/Element.getBoundingClientRect /ru/docs/Web/API/Element/getBoundingClientRect /ru/docs/Web/API/Element.insertAdjacentHTML /ru/docs/Web/API/Element/insertAdjacentHTML /ru/docs/Web/API/Element/accessKey /ru/docs/Web/API/HTMLElement/accessKey diff --git a/files/ru/_wikihistory.json b/files/ru/_wikihistory.json index 170225c76e..196f623a1a 100644 --- a/files/ru/_wikihistory.json +++ b/files/ru/_wikihistory.json @@ -25203,12 +25203,6 @@ "Aleksej" ] }, - "Web/API/DocumentOrShadowRoot/getSelection": { - "modified": "2019-03-23T22:34:05.751Z", - "contributors": [ - "YakovL" - ] - }, "Web/API/HTMLElement/accessKey": { "modified": "2019-03-23T22:51:14.902Z", "contributors": [ @@ -25988,5 +25982,11 @@ "contributors": [ "d0rj" ] + }, + "Web/API/Document/getSelection": { + "modified": "2019-03-23T22:34:05.751Z", + "contributors": [ + "YakovL" + ] } } \ No newline at end of file diff --git a/files/ru/web/api/document/getselection/index.html b/files/ru/web/api/document/getselection/index.html new file mode 100644 index 0000000000..e04e36513d --- /dev/null +++ b/files/ru/web/api/document/getselection/index.html @@ -0,0 +1,10 @@ +--- +title: Document.getSelection() +slug: Web/API/Document/getSelection +translation_of: Web/API/DocumentOrShadowRoot/getSelection +translation_of_original: Web/API/Document/getSelection +original_slug: Web/API/DocumentOrShadowRoot/getSelection +--- +

{{APIRef("DOM")}}

+ +

Этот метод работает в точности так же, как {{domxref("Window.getSelection()")}}; он возвращает объект {{domxref("Selection")}}, в котором содержатся данные о тексте, выделенном в документе на данный момент.

diff --git a/files/ru/web/api/documentorshadowroot/getselection/index.html b/files/ru/web/api/documentorshadowroot/getselection/index.html deleted file mode 100644 index ce4007b2f3..0000000000 --- a/files/ru/web/api/documentorshadowroot/getselection/index.html +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Document.getSelection() -slug: Web/API/DocumentOrShadowRoot/getSelection -translation_of: Web/API/DocumentOrShadowRoot/getSelection -translation_of_original: Web/API/Document/getSelection -original_slug: Web/API/Document/getSelection ---- -

{{APIRef("DOM")}}

- -

Этот метод работает в точности так же, как {{domxref("Window.getSelection()")}}; он возвращает объект {{domxref("Selection")}}, в котором содержатся данные о тексте, выделенном в документе на данный момент.

-- cgit v1.2.3-54-g00ecf