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/es/web/api/document/getselection | |
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/es/web/api/document/getselection')
-rw-r--r-- | files/es/web/api/document/getselection/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
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 +--- +<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> |