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 | 56 --------------------- .../api/screen/orientationchange_event/index.html | 57 ++++++++++++++++++++++ 2 files changed, 57 insertions(+), 56 deletions(-) delete mode 100644 files/ja/web/api/screen/onorientationchange/index.html create mode 100644 files/ja/web/api/screen/orientationchange_event/index.html (limited to 'files/ja/web') diff --git a/files/ja/web/api/screen/onorientationchange/index.html b/files/ja/web/api/screen/onorientationchange/index.html deleted file mode 100644 index 975b5ede0e..0000000000 --- a/files/ja/web/api/screen/onorientationchange/index.html +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: Screen.onorientationchange -slug: Web/API/Screen/onorientationchange -tags: - - API - - CSSOM View - - Deprecated - - Event Handler - - Property - - Screen Orientation -translation_of: Web/API/Screen/onorientationchange ---- -

{{APIRef("Screen Orientation API")}}{{Deprecated_Header}}

- -
-

警告: これは標準外で非推奨の機能であり、 Firefox だけが異なる名前で実装されていました。代わりに {{DOMxRef("ScreenOrientation.onchange")}} を使用してください。

-
- -

Screen オブジェクトに送信される {{domxref("Window/orientationchange_event", "orientationchange")}} イベントのイベントハンドラーです。

- -

構文

- -
screen.onorientationchange = funcRef;
-
- -

ここで funcRef は関数への参照です。

- -

仕様書

- - - - - - - - - - - - - - - - -
仕様書状態備考
{{SpecName('Screen Orientation', 'published/20140220.html#extensions-to-the-screen-interface', 'onorientationchange')}}{{Spec2('Screen Orientation')}}初回定義 (草稿には既に存在しません)
- -

ブラウザーの互換性

- -

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

- -

関連情報

- - diff --git a/files/ja/web/api/screen/orientationchange_event/index.html b/files/ja/web/api/screen/orientationchange_event/index.html new file mode 100644 index 0000000000..67b8f8a6b2 --- /dev/null +++ b/files/ja/web/api/screen/orientationchange_event/index.html @@ -0,0 +1,57 @@ +--- +title: Screen.onorientationchange +slug: Web/API/Screen/orientationchange_event +tags: + - API + - CSSOM View + - Deprecated + - Event Handler + - Property + - Screen Orientation +translation_of: Web/API/Screen/onorientationchange +original_slug: Web/API/Screen/onorientationchange +--- +

{{APIRef("Screen Orientation API")}}{{Deprecated_Header}}

+ +
+

警告: これは標準外で非推奨の機能であり、 Firefox だけが異なる名前で実装されていました。代わりに {{DOMxRef("ScreenOrientation.onchange")}} を使用してください。

+
+ +

Screen オブジェクトに送信される {{domxref("Window/orientationchange_event", "orientationchange")}} イベントのイベントハンドラーです。

+ +

構文

+ +
screen.onorientationchange = funcRef;
+
+ +

ここで funcRef は関数への参照です。

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('Screen Orientation', 'published/20140220.html#extensions-to-the-screen-interface', 'onorientationchange')}}{{Spec2('Screen Orientation')}}初回定義 (草稿には既に存在しません)
+ +

ブラウザーの互換性

+ +

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

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf