From 3658c9c75d473c5e9248e52bd65237256a59df8f Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Thu, 13 Jan 2022 00:51:43 +0900 Subject: Web/Manifest/orientation を変換準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/manifest/orientation/index.html | 86 ---------------------------- files/ja/web/manifest/orientation/index.md | 86 ++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+), 86 deletions(-) delete mode 100644 files/ja/web/manifest/orientation/index.html create mode 100644 files/ja/web/manifest/orientation/index.md diff --git a/files/ja/web/manifest/orientation/index.html b/files/ja/web/manifest/orientation/index.html deleted file mode 100644 index 259790e965..0000000000 --- a/files/ja/web/manifest/orientation/index.html +++ /dev/null @@ -1,86 +0,0 @@ ---- -title: orientation -slug: Web/Manifest/orientation -tags: - - Manifest - - Orientation - - Web - - マニフェスト -translation_of: Web/Manifest/orientation ---- -
{{QuickLinksWithSubpages("/ja/docs/Web/Manifest")}}
- - - - - - - - - - - - -
String
必須いいえ
- -

orientation メンバーは、ウェブサイトの最上位の{{Glossary("Browsing context", "閲覧コンテキスト")}}すべてについて、既定の向きを定義します。

- -
-

注: ユーザーエージェントの表示モードによっては、 orientation やその中の特定の値に対応していないことがあります。これらに対応することが、特定のコンテキストでは意味がないからです。

-
- -
-

注: 実行時に画面の向きを変更するには、 Screen Orientation API を利用して実現することができます。

-
- -

- -

orientation は以下の値の内の一つを取ることができます。

- - - -

- -
  "orientation": "portrait-primary"
- -

仕様書

- - - - - - - - - - - - - - - - - - -
仕様書状態備考フィードバック
-

{{SpecName('Manifest', '#orientation-member', 'orientation')}}

-
-

{{Spec2('Manifest')}}

-
-

初回定義

-
-

Web App Manifest Working Group drafts

-
- -

ブラウザーの互換性

- -

{{Compat("html.manifest.orientation")}}

diff --git a/files/ja/web/manifest/orientation/index.md b/files/ja/web/manifest/orientation/index.md new file mode 100644 index 0000000000..259790e965 --- /dev/null +++ b/files/ja/web/manifest/orientation/index.md @@ -0,0 +1,86 @@ +--- +title: orientation +slug: Web/Manifest/orientation +tags: + - Manifest + - Orientation + - Web + - マニフェスト +translation_of: Web/Manifest/orientation +--- +
{{QuickLinksWithSubpages("/ja/docs/Web/Manifest")}}
+ + + + + + + + + + + + +
String
必須いいえ
+ +

orientation メンバーは、ウェブサイトの最上位の{{Glossary("Browsing context", "閲覧コンテキスト")}}すべてについて、既定の向きを定義します。

+ +
+

注: ユーザーエージェントの表示モードによっては、 orientation やその中の特定の値に対応していないことがあります。これらに対応することが、特定のコンテキストでは意味がないからです。

+
+ +
+

注: 実行時に画面の向きを変更するには、 Screen Orientation API を利用して実現することができます。

+
+ +

+ +

orientation は以下の値の内の一つを取ることができます。

+ + + +

+ +
  "orientation": "portrait-primary"
+ +

仕様書

+ + + + + + + + + + + + + + + + + + +
仕様書状態備考フィードバック
+

{{SpecName('Manifest', '#orientation-member', 'orientation')}}

+
+

{{Spec2('Manifest')}}

+
+

初回定義

+
+

Web App Manifest Working Group drafts

+
+ +

ブラウザーの互換性

+ +

{{Compat("html.manifest.orientation")}}

-- cgit v1.2.3-54-g00ecf