diff options
author | MDN <actions@users.noreply.github.com> | 2021-03-13 00:26:44 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-03-13 00:26:44 +0000 |
commit | 362ba6775c2337ed3dc91d5320f7e891c3c74f99 (patch) | |
tree | d2dd67d8d3d857368e1b02e7686fc0736a49c077 /files/ru | |
parent | ecd81e5f73adf6fef6fc0067f50d088a51c32f6a (diff) | |
download | translated-content-362ba6775c2337ed3dc91d5320f7e891c3c74f99.tar.gz translated-content-362ba6775c2337ed3dc91d5320f7e891c3c74f99.tar.bz2 translated-content-362ba6775c2337ed3dc91d5320f7e891c3c74f99.zip |
[CRON] sync translated content
Diffstat (limited to 'files/ru')
-rw-r--r-- | files/ru/_redirects.txt | 2 | ||||
-rw-r--r-- | files/ru/_wikihistory.json | 12 | ||||
-rw-r--r-- | files/ru/web/api/document/getselection/index.html (renamed from files/ru/web/api/documentorshadowroot/getselection/index.html) | 4 |
3 files changed, 9 insertions, 9 deletions
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/documentorshadowroot/getselection/index.html b/files/ru/web/api/document/getselection/index.html index ce4007b2f3..e04e36513d 100644 --- a/files/ru/web/api/documentorshadowroot/getselection/index.html +++ b/files/ru/web/api/document/getselection/index.html @@ -1,9 +1,9 @@ --- title: Document.getSelection() -slug: Web/API/DocumentOrShadowRoot/getSelection +slug: Web/API/Document/getSelection translation_of: Web/API/DocumentOrShadowRoot/getSelection translation_of_original: Web/API/Document/getSelection -original_slug: Web/API/Document/getSelection +original_slug: Web/API/DocumentOrShadowRoot/getSelection --- <p>{{APIRef("DOM")}}</p> |