aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/document/getselection/index.html
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-11 18:25:40 +0100
committerGitHub <noreply@github.com>2021-02-11 18:25:40 +0100
commit0a2614c9e651a70a09da25ccf96b04662de6719d (patch)
treebcbed7459a775e21674282ffb33d07dc942b9097 /files/ko/web/api/document/getselection/index.html
parent7a19fcc400749230196db0c64b0bfbe626d193c4 (diff)
parentf2db11d0be377464daa06807f993a562c7dc10ac (diff)
downloadtranslated-content-0a2614c9e651a70a09da25ccf96b04662de6719d.tar.gz
translated-content-0a2614c9e651a70a09da25ccf96b04662de6719d.tar.bz2
translated-content-0a2614c9e651a70a09da25ccf96b04662de6719d.zip
Merge pull request #37 from fiji-flo/unslugging-ko
Unslugging ko
Diffstat (limited to 'files/ko/web/api/document/getselection/index.html')
-rw-r--r--files/ko/web/api/document/getselection/index.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/files/ko/web/api/document/getselection/index.html b/files/ko/web/api/document/getselection/index.html
deleted file mode 100644
index c4d219fbde..0000000000
--- a/files/ko/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>이 메소드는 {{domxref("Window.getSelection()")}} 와 동일합니다. 이 메소드는 {{domxref("Selection")}} 형의 객체를 반환하는데, 이 객체는 현재 페이지에서 선택된 영역의 정보를 반영합니다.</p>