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/es/web/api/document/getselection/index.html | 14 ++++++++++++++ .../web/api/documentorshadowroot/getselection/index.html | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 files/es/web/api/document/getselection/index.html delete mode 100644 files/es/web/api/documentorshadowroot/getselection/index.html (limited to 'files/es/web/api') diff --git a/files/es/web/api/document/getselection/index.html b/files/es/web/api/document/getselection/index.html new file mode 100644 index 0000000000..465c75bc53 --- /dev/null +++ b/files/es/web/api/document/getselection/index.html @@ -0,0 +1,14 @@ +--- +title: Document.getSelection() +slug: Web/API/Document/getSelection +tags: + - Referencia + - Selección + - metodo +translation_of: Web/API/DocumentOrShadowRoot/getSelection +translation_of_original: Web/API/Document/getSelection +original_slug: Web/API/DocumentOrShadowRoot/getSelection +--- +

{{APIRef("DOM")}}

+ +

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.

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 ---- -

{{APIRef("DOM")}}

- -

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.

-- cgit v1.2.3-54-g00ecf