aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/api/documentorshadowroot
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-03-13 00:26:44 +0000
committerMDN <actions@users.noreply.github.com>2021-03-13 00:26:44 +0000
commit362ba6775c2337ed3dc91d5320f7e891c3c74f99 (patch)
treed2dd67d8d3d857368e1b02e7686fc0736a49c077 /files/pt-br/web/api/documentorshadowroot
parentecd81e5f73adf6fef6fc0067f50d088a51c32f6a (diff)
downloadtranslated-content-362ba6775c2337ed3dc91d5320f7e891c3c74f99.tar.gz
translated-content-362ba6775c2337ed3dc91d5320f7e891c3c74f99.tar.bz2
translated-content-362ba6775c2337ed3dc91d5320f7e891c3c74f99.zip
[CRON] sync translated content
Diffstat (limited to 'files/pt-br/web/api/documentorshadowroot')
-rw-r--r--files/pt-br/web/api/documentorshadowroot/getselection/index.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/files/pt-br/web/api/documentorshadowroot/getselection/index.html b/files/pt-br/web/api/documentorshadowroot/getselection/index.html
deleted file mode 100644
index 11fff02755..0000000000
--- a/files/pt-br/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
----
-<p>{{APIRef("DOM")}}</p>
-
-<p>Esse método funciona de forma idêntica ao método {{domxref("Window.getSelection()")}};  Ele retorna um objeto {{domxref("Selection")}} representando o texto atualmente selecionado no documento.</p>