From 48fc140678926d51b14411105262c87301860575 Mon Sep 17 00:00:00 2001 From: MDN Date: Wed, 9 Mar 2022 00:13:03 +0000 Subject: [CRON] sync translated content --- files/ko/_redirects.txt | 7 ++-- files/ko/_wikihistory.json | 12 +++---- .../web/api/screen/onorientationchange/index.html | 41 ---------------------- .../api/screen/orientationchange_event/index.html | 41 ++++++++++++++++++++++ 4 files changed, 51 insertions(+), 50 deletions(-) delete mode 100644 files/ko/web/api/screen/onorientationchange/index.html create mode 100644 files/ko/web/api/screen/orientationchange_event/index.html (limited to 'files/ko') diff --git a/files/ko/_redirects.txt b/files/ko/_redirects.txt index f8ecb5e8f5..a69d0e95b6 100644 --- a/files/ko/_redirects.txt +++ b/files/ko/_redirects.txt @@ -489,10 +489,11 @@ /ko/docs/Web/API/RandomSource/getRandomValues /ko/docs/Web/API/Crypto/getRandomValues /ko/docs/Web/API/Screen.lockOrientation /ko/docs/Web/API/Screen/lockOrientation /ko/docs/Web/API/Screen.lockOrientation/window.screen.lockOrientation /ko/docs/Web/API/Screen/lockOrientation -/ko/docs/Web/API/Screen.onorientationchange /ko/docs/Web/API/Screen/onorientationchange -/ko/docs/Web/API/Screen.onorientationchange/window.screen.onorientationchange /ko/docs/Web/API/Screen/onorientationchange +/ko/docs/Web/API/Screen.onorientationchange /ko/docs/Web/API/Screen/orientationchange_event +/ko/docs/Web/API/Screen.onorientationchange/window.screen.onorientationchange /ko/docs/Web/API/Screen/orientationchange_event /ko/docs/Web/API/Screen.orientation /ko/docs/Web/API/Screen/orientation /ko/docs/Web/API/Screen.orientation/window.screen.orientation /ko/docs/Web/API/Screen/orientation +/ko/docs/Web/API/Screen/onorientationchange /ko/docs/Web/API/Screen/orientationchange_event /ko/docs/Web/API/Streams_API/컨셉 /ko/docs/Web/API/Streams_API/Concepts /ko/docs/Web/API/WebGL_API/Adding_2D_content_to_a_WebGL_context /ko/docs/Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context /ko/docs/Web/API/WebGL_API/Animating_objects_with_WebGL /ko/docs/Web/API/WebGL_API/Tutorial/Animating_objects_with_WebGL @@ -512,7 +513,7 @@ /ko/docs/Web/API/window.navigator.battery /ko/docs/Web/API/Navigator/battery /ko/docs/Web/API/window.navigator.connection /ko/docs/Web/API/Navigator/connection /ko/docs/Web/API/window.screen.lockOrientation /ko/docs/Web/API/Screen/lockOrientation -/ko/docs/Web/API/window.screen.onorientationchange /ko/docs/Web/API/Screen/onorientationchange +/ko/docs/Web/API/window.screen.onorientationchange /ko/docs/Web/API/Screen/orientationchange_event /ko/docs/Web/API/window.screen.orientation /ko/docs/Web/API/Screen/orientation /ko/docs/Web/API/window.screen.unlockOrientation /ko/docs/Web/API/Screen/unlockOrientation /ko/docs/Web/CSS/All_About_The_Containing_Block /ko/docs/Web/CSS/Containing_block diff --git a/files/ko/_wikihistory.json b/files/ko/_wikihistory.json index ecc1af296f..6c67d4c18d 100644 --- a/files/ko/_wikihistory.json +++ b/files/ko/_wikihistory.json @@ -6381,18 +6381,18 @@ "junho85" ] }, - "Web/API/Screen/onorientationchange": { - "modified": "2019-03-23T23:26:53.977Z", + "Web/API/Screen/orientation": { + "modified": "2019-03-23T23:27:06.864Z", "contributors": [ - "jsx", + "fscholz", "teoli", "junho85" ] }, - "Web/API/Screen/orientation": { - "modified": "2019-03-23T23:27:06.864Z", + "Web/API/Screen/orientationchange_event": { + "modified": "2019-03-23T23:26:53.977Z", "contributors": [ - "fscholz", + "jsx", "teoli", "junho85" ] diff --git a/files/ko/web/api/screen/onorientationchange/index.html b/files/ko/web/api/screen/onorientationchange/index.html deleted file mode 100644 index 2e8c0c3e83..0000000000 --- a/files/ko/web/api/screen/onorientationchange/index.html +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: window.screen.onorientationchange -slug: Web/API/Screen/onorientationchange -translation_of: Web/API/Screen/onorientationchange -original_slug: Web/API/Screen.onorientationchange ---- -

{{ ApiRef() }}

-

{{SeeCompatTable}}

-

Summary

-

{{ event("orientationchange")}} 이벤트를 화면 객체로 보내는 이벤트 핸들러이다.

-

Syntax

-
screen.onorientationchange = funcRef;
-
-

funcRef 는 함수로의 참조 이다.

-

Specifications

- - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('Screen Orientation')}}{{Spec2('Screen Orientation')}}Draft specification.
- -

Browser compatibility

- -

{{Compat("api.Screen.onorientationchange")}}

- -

See also

- diff --git a/files/ko/web/api/screen/orientationchange_event/index.html b/files/ko/web/api/screen/orientationchange_event/index.html new file mode 100644 index 0000000000..9a2ee40715 --- /dev/null +++ b/files/ko/web/api/screen/orientationchange_event/index.html @@ -0,0 +1,41 @@ +--- +title: window.screen.onorientationchange +slug: Web/API/Screen/orientationchange_event +translation_of: Web/API/Screen/onorientationchange +original_slug: Web/API/Screen/onorientationchange +--- +

{{ ApiRef() }}

+

{{SeeCompatTable}}

+

Summary

+

{{ event("orientationchange")}} 이벤트를 화면 객체로 보내는 이벤트 핸들러이다.

+

Syntax

+
screen.onorientationchange = funcRef;
+
+

funcRef 는 함수로의 참조 이다.

+

Specifications

+ + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('Screen Orientation')}}{{Spec2('Screen Orientation')}}Draft specification.
+ +

Browser compatibility

+ +

{{Compat("api.Screen.onorientationchange")}}

+ +

See also

+ -- cgit v1.2.3-54-g00ecf