aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/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
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')
-rw-r--r--files/ko/web/api/html_drag_and_drop_api/drag_operations/index.html2
-rw-r--r--files/ko/web/api/websockets_api/index.html2
-rw-r--r--files/ko/web/api/window/open/index.html4
3 files changed, 1 insertions, 7 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>
diff --git a/files/ko/web/api/websockets_api/index.html b/files/ko/web/api/websockets_api/index.html
index d4e1092ee3..2dce5c6a7b 100644
--- a/files/ko/web/api/websockets_api/index.html
+++ b/files/ko/web/api/websockets_api/index.html
@@ -169,5 +169,3 @@ original_slug: WebSockets
<p><code><code>Gecko 11.0부터 웹 소켓 API는 더이상 접두사가 붙지 않습니다.</code></code></p>
<div class="warning"><code><code><strong>주의:</strong> 파이어폭스 4, 5에서 웹 소켓이 비활성화 돼있었던 가장 주요한 이유는 <a class="external" href="http://www.ietf.org/mail-archive/web/hybi/current/msg04744.html" title="http://www.ietf.org/mail-archive/web/hybi/current/msg04744.html">프로토콜 설계의 보안성 문제</a> 때문이었습니다. 이는 파이어폭스 6에서 상위 버전의 프로토콜을 구현함으로써 해결되었습니다.</code></code></div>
-
-<div><code><code>{{HTML5ArticleTOC}}</code></code></div>
diff --git a/files/ko/web/api/window/open/index.html b/files/ko/web/api/window/open/index.html
index eefa823c08..7ee5e30cf2 100644
--- a/files/ko/web/api/window/open/index.html
+++ b/files/ko/web/api/window/open/index.html
@@ -76,11 +76,9 @@ function openRequestedPopup() {
<h3 id="Position_and_size_features">Position and size features</h3>
-<div>{{gecko_minversion_note("1.9.2", "Starting in Gecko 1.9.2 (Firefox 3.6), overriding the position of a window using window features will not change the persisted values saved by the session store feature. That means the next time the window is opened, it will still open in the saved location.")}}</div>
-
<p><a href="#Note_on_position_and_dimension_error_correction">Note on position and dimension error correction</a></p>
-<div class="bug">{{bug(176320)}}</div>
+<div class="bug"><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=176320">bug(176320)</a></div>
<p><a href="#Note_on_precedence">Note on precedence</a></p>