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 --- .../web/api/screen/onorientationchange/index.html | 41 ---------------------- .../api/screen/orientationchange_event/index.html | 41 ++++++++++++++++++++++ 2 files changed, 41 insertions(+), 41 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/web') 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