--- title: orientation slug: Web/Manifest/orientation tags: - Manifest - Orientation - Web - マニフェスト translation_of: Web/Manifest/orientation ---
型 | String |
---|---|
必須 | いいえ |
orientation
メンバーは、ウェブサイトの最上位の{{Glossary("Browsing context", "閲覧コンテキスト")}}すべてについて、既定の向きを定義します。
注: ユーザーエージェントの表示モードによっては、 orientation
やその中の特定の値に対応していないことがあります。これらに対応することが、特定のコンテキストでは意味がないからです。
注: 実行時に画面の向きを変更するには、 Screen Orientation API を利用して実現することができます。
orientation
は以下の値の内の一つを取ることができます。
any
natural
landscape
landscape-primary
landscape-secondary
portrait
portrait-primary
portrait-secondary
"orientation": "portrait-primary"
仕様書 | 状態 | 備考 | フィードバック |
---|---|---|---|
{{SpecName('Manifest', '#orientation-member', 'orientation')}} |
{{Spec2('Manifest')}} |
初回定義 |
{{Compat("html.manifest.orientation")}}