From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/manifest/orientation/index.html | 88 ++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 files/ja/web/manifest/orientation/index.html (limited to 'files/ja/web/manifest/orientation') diff --git a/files/ja/web/manifest/orientation/index.html b/files/ja/web/manifest/orientation/index.html new file mode 100644 index 0000000000..13226e0953 --- /dev/null +++ b/files/ja/web/manifest/orientation/index.html @@ -0,0 +1,88 @@ +--- +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