aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/documentorshadowroot/getselection
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/api/documentorshadowroot/getselection')
-rw-r--r--files/es/web/api/documentorshadowroot/getselection/index.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/files/es/web/api/documentorshadowroot/getselection/index.html b/files/es/web/api/documentorshadowroot/getselection/index.html
deleted file mode 100644
index 21153bf09b..0000000000
--- a/files/es/web/api/documentorshadowroot/getselection/index.html
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: Document.getSelection()
-slug: Web/API/DocumentOrShadowRoot/getSelection
-tags:
- - Referencia
- - Selección
- - metodo
-translation_of: Web/API/DocumentOrShadowRoot/getSelection
-translation_of_original: Web/API/Document/getSelection
-original_slug: Web/API/Document/getSelection
----
-<p>{{APIRef("DOM")}}</p>
-
-<p>Este método funciona exactamente igual que {{domxref("Window.getSelection()")}}; devuelve un objeto {{domxref("Selection")}} que representa el texto que se ha seleccionado en el documento.</p>