diff options
Diffstat (limited to 'files/pt-br/web/api/document/getselection')
-rw-r--r-- | files/pt-br/web/api/document/getselection/index.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/files/pt-br/web/api/document/getselection/index.html b/files/pt-br/web/api/document/getselection/index.html deleted file mode 100644 index 2f52375799..0000000000 --- a/files/pt-br/web/api/document/getselection/index.html +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Document.getSelection() -slug: Web/API/Document/getSelection -translation_of: Web/API/DocumentOrShadowRoot/getSelection -translation_of_original: 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> |