aboutsummaryrefslogtreecommitdiff
path: root/files/ko
diff options
context:
space:
mode:
authorhochan Lee <hochan049@gmail.com>2021-07-28 00:59:43 +0900
committerGitHub <noreply@github.com>2021-07-27 11:59:43 -0400
commitdcc2714189d050e2b8b7911b3778bb5229752afe (patch)
tree5a9b4bd7be0da08e4e76d54bc3b094578bbd9718 /files/ko
parentbc229b7a1817de712a408242cc9d8ac469733c4d (diff)
downloadtranslated-content-dcc2714189d050e2b8b7911b3778bb5229752afe.tar.gz
translated-content-dcc2714189d050e2b8b7911b3778bb5229752afe.tar.bz2
translated-content-dcc2714189d050e2b8b7911b3778bb5229752afe.zip
fix: Lets get rid of all www.fxsitecompat.com mentions (#1634) (#1741)
Diffstat (limited to 'files/ko')
-rw-r--r--files/ko/mozilla/firefox/releases/66/index.html8
-rw-r--r--files/ko/web/api/document/keyup_event/index.html2
-rw-r--r--files/ko/web/api/worker/index.html2
3 files changed, 1 insertions, 11 deletions
diff --git a/files/ko/mozilla/firefox/releases/66/index.html b/files/ko/mozilla/firefox/releases/66/index.html
index 242b1b0ce6..993c569475 100644
--- a/files/ko/mozilla/firefox/releases/66/index.html
+++ b/files/ko/mozilla/firefox/releases/66/index.html
@@ -146,12 +146,4 @@ translation_of: Mozilla/Firefox/Releases/66
<p><em>No changes.</em></p>
-<h2 id="함께_보기">함께 보기</h2>
-
-<ul>
- <li><a href="https://www.fxsitecompat.com/en-CA/versions/66/">Site compatibility for Firefox 66</a></li>
-</ul>
-
-<h2 id="구_버젼">구 버젼</h2>
-
<p>{{Firefox_for_developers(65)}}</p>
diff --git a/files/ko/web/api/document/keyup_event/index.html b/files/ko/web/api/document/keyup_event/index.html
index 7721e851b5..50e7eda1d4 100644
--- a/files/ko/web/api/document/keyup_event/index.html
+++ b/files/ko/web/api/document/keyup_event/index.html
@@ -34,8 +34,6 @@ translation_of: Web/API/Document/keyup_event
<p><strong><font><font>참고 :</font></font></strong><font><font> 입력 값의 변경에 대응하는 방법을 찾고 있다면 </font></font><a href="/en-US/docs/Web/API/HTMLElement/input_event"><code>input</code><font><font>event를</font></font></a><font><font> 사용해야합니다 </font><font>. </font></font><code>keyup</code><font><font>예를 들어 컨텍스트 메뉴의 텍스트를 텍스트 입력에 붙여 넣는 등의 </font><font>일부 변경 사항은에서 감지 할 수 없습니다 </font><font>.</font></font></p>
</div>
-<p><font><font>Firefox 65부터 </font></font><code>keyup</code><font><font>CJKT 사용자의 브라우저 간 호환성을 개선하기 위해 </font><font>{{domxref ( "Document / keydown_event", "keydown")}} 및 </font><font>이벤트가 이제 IME 작성 중에 실행됩니다 ({{bug (354358)}}, 자세한 내용 </font></font><a href="https://www.fxsitecompat.com/en-CA/docs/2018/keydown-and-keyup-events-are-now-fired-during-ime-composition/"><font><font>은 IME 작성 중에 keydown 및 keyup 이벤트가 시작</font></font></a><font><font> 됩니다. </font><font>작성의 </font></font><code>keyup</code><font><font>일부인 </font><font>모든 </font><font>이벤트 </font><font>를 무시하려면 </font><font>다음과 같이 수행하십시오 (229는 </font></font><code>keyCode</code><font><font>IME에 의해 처리 된 이벤트 관련에 </font><font>대한 특수 값 세트입니다 </font><font>).</font></font></p>
-
<pre class="brush: js notranslate"><font><font>eventTarget.addEventListener ( "keyup", event =&gt; { </font></font><font><font>
if (event.isComposing || event.keyCode === 229) { </font></font><font><font>
return; </font></font><font><font>
diff --git a/files/ko/web/api/worker/index.html b/files/ko/web/api/worker/index.html
index 3fb5ccd53e..53b8a35e47 100644
--- a/files/ko/web/api/worker/index.html
+++ b/files/ko/web/api/worker/index.html
@@ -118,7 +118,7 @@ first.onchange = function() {
<h3 id="교차_출처에서의_워커_오류_동작">교차 출처에서의 워커 오류 동작</h3>
-<p>초기 명세에서는 교차 출처 워커 스크립트를 불러오려 시도하면 <code>SecurityError</code>가 발생했습니다. 요즘은 오류 대신 {{event("error")}} 이벤트가 발생합니다. <a href="https://www.fxsitecompat.com/en-CA/docs/2016/loading-cross-origin-worker-now-fires-error-event-instead-of-throwing-worker-in-sandboxed-iframe-no-longer-allowed/">이 글</a>에서 교차 출처 처리 방법을 알아보세요.</p>
+<p>초기 명세에서는 교차 출처 워커 스크립트를 불러오려 시도하면 <code>SecurityError</code>가 발생했습니다. 요즘은 오류 대신 {{event("error")}} 이벤트가 발생합니다.</p>
<h2 id="같이_보기">같이 보기</h2>