aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/html_drag_and_drop_api
diff options
context:
space:
mode:
authortristantheb <tristantheb@users.noreply.github.com>2021-04-29 16:52:21 +0200
committerGitHub <noreply@github.com>2021-04-29 23:52:21 +0900
commit8d08445da4a440b172058720a82c76a1f231eef7 (patch)
treeda09a6cb1ad4629a0cc5856a5434990a9b43a7ec /files/ko/web/api/html_drag_and_drop_api
parente41fd4d996263012593fd39e127e096d5f1660d2 (diff)
downloadtranslated-content-8d08445da4a440b172058720a82c76a1f231eef7.tar.gz
translated-content-8d08445da4a440b172058720a82c76a1f231eef7.tar.bz2
translated-content-8d08445da4a440b172058720a82c76a1f231eef7.zip
KS: Removal of the least used macros - l10n-ko (#613)
* KS: Removal of the least used macros * Update files/ko/web/html/element/textarea/index.html Co-authored-by: hochan Lee <hochan049@gmail.com> * Update files/ko/web/api/window/open/index.html Co-authored-by: hochan Lee <hochan049@gmail.com> Co-authored-by: hochan Lee <hochan049@gmail.com>
Diffstat (limited to 'files/ko/web/api/html_drag_and_drop_api')
-rw-r--r--files/ko/web/api/html_drag_and_drop_api/drag_operations/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/files/ko/web/api/html_drag_and_drop_api/drag_operations/index.html b/files/ko/web/api/html_drag_and_drop_api/drag_operations/index.html
index 2e577ab60b..2f9f1a2a82 100644
--- a/files/ko/web/api/html_drag_and_drop_api/drag_operations/index.html
+++ b/files/ko/web/api/html_drag_and_drop_api/drag_operations/index.html
@@ -122,8 +122,6 @@ dt.setData("text/plain", "http://www.mozilla.org");
<p>이 예제에서, 드래그 이미지를 표시할 캔버스를 하나 생성합니다. 캔버스는 너비가 와 높이가 모두 50 픽셀이고, 마우스 포인터가 이미지의 중앙에 위치하도록 옵셋(offsets)을 너비와 높이의 절반(25)으로 설정했습니다.</p>
-<p>{{h2_gecko_minversion("Using XUL panels as drag images", "9.0")}}</p>
-
<p>Gecko 개발자일 경우 (Mozilla 어플리케이션 개발자든 add-on 개발자든 상관 없이), Gecko 9.0 {{geckoRelease("9.0")}}에 드래그 피드백 이미지로 XUL {{XULElem("panel")}} 요소를 사용할 수 있도록 하는 지원이 추가되었습니다. 간단히 {{XULElem("panel")}} 요소를 {{domxref("DataTransfer.setDragImage","setDragImage()")}} 메서드로 전달하기만 하면 됩니다.</p>
<p>다음 XUL {{XULElem("panel")}}를 살펴보시기 바랍니다:</p>