From dcc2714189d050e2b8b7911b3778bb5229752afe Mon Sep 17 00:00:00 2001 From: hochan Lee Date: Wed, 28 Jul 2021 00:59:43 +0900 Subject: fix: Lets get rid of all www.fxsitecompat.com mentions (#1634) (#1741) --- files/ko/mozilla/firefox/releases/66/index.html | 8 -------- files/ko/web/api/document/keyup_event/index.html | 2 -- files/ko/web/api/worker/index.html | 2 +- 3 files changed, 1 insertion(+), 11 deletions(-) (limited to 'files/ko') 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

No changes.

-

함께 보기

- - - -

구 버젼

-

{{Firefox_for_developers(65)}}

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

참고 : 입력 값의 변경에 대응하는 방법을 찾고 있다면 inputevent를 사용해야합니다 . keyup예를 들어 컨텍스트 메뉴의 텍스트를 텍스트 입력에 붙여 넣는 등의 일부 변경 사항은에서 감지 할 수 없습니다 .

-

Firefox 65부터 keyupCJKT 사용자의 브라우저 간 호환성을 개선하기 위해 {{domxref ( "Document / keydown_event", "keydown")}} 및 이벤트가 이제 IME 작성 중에 실행됩니다 ({{bug (354358)}}, 자세한 내용 은 IME 작성 중에 keydown 및 keyup 이벤트가 시작 됩니다. 작성의 keyup일부인 모든 이벤트 를 무시하려면 다음과 같이 수행하십시오 (229는 keyCodeIME에 의해 처리 된 이벤트 관련에 대한 특수 값 세트입니다 ).

-
eventTarget.addEventListener ( "keyup", event => { 
   if (event.isComposing || event.keyCode === 229) { 
     return; 
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() {
 
 

교차 출처에서의 워커 오류 동작

-

초기 명세에서는 교차 출처 워커 스크립트를 불러오려 시도하면 SecurityError가 발생했습니다. 요즘은 오류 대신 {{event("error")}} 이벤트가 발생합니다. 이 글에서 교차 출처 처리 방법을 알아보세요.

+

초기 명세에서는 교차 출처 워커 스크립트를 불러오려 시도하면 SecurityError가 발생했습니다. 요즘은 오류 대신 {{event("error")}} 이벤트가 발생합니다.

같이 보기

-- cgit v1.2.3-54-g00ecf